Browse Source

Don't delete Grass.make or swig/python/Makefile (static files, not generated by configure)
Don't delete winname.h (no longer exists)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32734 15284696-431f-4ddb-bdfa-cd5b030d7da7

Glynn Clements 17 years ago
parent
commit
ca8725b44d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -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 \