[Zope-Checkins] SVN: Zope/trunk/inst/Makefile.win.in Fix "nmake clean" error; del doesn't like forward slashes.

Mark Hammond mhammond at skippinet.com.au
Thu May 19 00:59:14 EDT 2005


Log message for revision 30406:
  Fix "nmake clean" error; del doesn't like forward slashes.
  

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

-=-
Modified: Zope/trunk/inst/Makefile.win.in
===================================================================
--- Zope/trunk/inst/Makefile.win.in	2005-05-19 00:56:35 UTC (rev 30405)
+++ Zope/trunk/inst/Makefile.win.in	2005-05-19 04:59:13 UTC (rev 30406)
@@ -67,7 +67,7 @@
 clean: unbuild
 	$(CD) "$(BASE_DIR)
 	-$(RM) /s *.pyc *.pyo *.dll *.o *.obj *.pyd
-	-$(RM) (BASE_DIR)/lib/python/version.txt
+	-$(RM) (BASE_DIR)\lib\python\version.txt
 
 
 



More information about the Zope-Checkins mailing list