|
@@ -176,8 +176,8 @@ libsclean: cleandistdirs
|
|
|
distclean: clean
|
|
|
-rm -f config.cache config.log config.status config.status.${ARCH} 2>/dev/null
|
|
|
-rm -f ChangeLog ChangeLog.bak $(ERRORLOG) grass.pc
|
|
|
- -rm -f include/config.h include/version.h include/winname.h include/Make/Grass.make include/Make/Platform.make 2>/dev/null
|
|
|
- -rm -f swig/perl/Makefile.PL swig/perl2/make.pl swig/python/Makefile 2>/dev/null
|
|
|
+ -rm -f include/config.h include/version.h include/Make/Platform.make 2>/dev/null
|
|
|
+ -rm -f swig/perl/Makefile.PL swig/perl2/make.pl 2>/dev/null
|
|
|
|
|
|
strip: FORCE
|
|
|
@ if [ ! -f ${ARCH_BINDIR}/grass${GRASS_VERSION_MAJOR}${GRASS_VERSION_MINOR} ] ; then \
|