[Commits] (markie) Missing tab in apply target
commits at osafoundation.org
commits at osafoundation.org
Thu Aug 5 12:36:43 PDT 2004
Commit by: markie
Modified files:
external/zope/Makefile 1.2 1.3
Log message:
Missing tab in apply target
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/zope/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.3
Index: external/zope/Makefile
diff -u external/zope/Makefile:1.2 external/zope/Makefile:1.3
--- external/zope/Makefile:1.2 Wed Aug 4 22:57:53 2004
+++ external/zope/Makefile Thu Aug 5 12:36:42 2004
@@ -8,7 +8,7 @@
BUILD=build_$(SNAP)
apply: patches-$(VERSION)
- patch -Nup0 < patches-$(VERSION);echo ok
+ patch -Nup0 < patches-$(VERSION);echo ok
build: apply
cd $(SRC); \
More information about the Commits
mailing list