[Commits] (markie) tabs missing
commits at osafoundation.org
commits at osafoundation.org
Wed Apr 21 17:12:21 PDT 2004
Commit by: markie
Modified files:
Makefile 1.1 1.2
Log message:
tabs missing
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/Makefile.diff?r1=text&tr1=1.1&r2=text&tr2=1.2
Index: ./Makefile
diff -u ./Makefile:1.1 ./Makefile:1.2
--- ./Makefile:1.1 Wed Apr 21 17:02:51 2004
+++ ./Makefile Wed Apr 21 17:11:51 2004
@@ -57,14 +57,14 @@
downloads: $(ARCHIVES)
$(ARCHIVES):
- curl -O $(URL)/$@
+ curl -O $(URL)/$@
install: $(ARCHIVES)
- @for archive in $(ARCHIVES); \
- do \
- echo tar -xvzf $$archive; \
- tar -xvzf $$archive; \
- done
+ @for archive in $(ARCHIVES); \
+ do \
+ echo tar -xvzf $$archive; \
+ tar -xvzf $$archive; \
+ done
# .PHONY: $(DEPS)
More information about the Commits
mailing list