[GRASS-SVN] r37869 - grass/branches/releasebranch_6_4

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jun 13 21:22:01 EDT 2009


Author: hamish
Date: 2009-06-13 21:22:01 -0400 (Sat, 13 Jun 2009)
New Revision: 37869

Modified:
   grass/branches/releasebranch_6_4/Makefile
Log:
don't remove static swig/python/Makefile (merge from devbr6)

Modified: grass/branches/releasebranch_6_4/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/Makefile	2009-06-14 01:20:44 UTC (rev 37868)
+++ grass/branches/releasebranch_6_4/Makefile	2009-06-14 01:22:01 UTC (rev 37869)
@@ -183,7 +183,7 @@
 	-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 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 \



More information about the grass-commit mailing list