[Zope-Checkins] SVN: Zope/trunk/inst/Makefile.in Forward port fix for #2083.

Tres Seaver tseaver at palladion.com
Wed May 10 13:52:22 EDT 2006


Log message for revision 68085:
  Forward port fix for #2083.

Changed:
  U   Zope/trunk/inst/Makefile.in

-=-
Modified: Zope/trunk/inst/Makefile.in
===================================================================
--- Zope/trunk/inst/Makefile.in	2006-05-10 17:51:50 UTC (rev 68084)
+++ Zope/trunk/inst/Makefile.in	2006-05-10 17:52:21 UTC (rev 68085)
@@ -86,6 +86,7 @@
 clean:
 	${FIND} "${BASE_DIR}" \
          -name '*.py[co]' -o -name '*.so' -o -name '*.o' | ${XARGS} ${RM}
+	${RMRF} build
 
 # version_txt: create a version file in lib/python/version.txt
 version_txt:



More information about the Zope-Checkins mailing list