[llvm-commits] CVS: poolalloc/test/TEST.strace.Makefile
John Criswell
criswell at cs.uiuc.edu
Thu Oct 28 14:11:59 PDT 2004
Changes in directory poolalloc/test:
TEST.strace.Makefile updated: 1.5 -> 1.6
---
Log message:
Added dependencies that get the strace tests working again.
---
Diffs of the changes: (+1 -2)
Index: poolalloc/test/TEST.strace.Makefile
diff -u poolalloc/test/TEST.strace.Makefile:1.5 poolalloc/test/TEST.strace.Makefile:1.6
--- poolalloc/test/TEST.strace.Makefile:1.5 Thu Oct 28 13:17:37 2004
+++ poolalloc/test/TEST.strace.Makefile Thu Oct 28 16:11:48 2004
@@ -42,9 +42,8 @@
$(VERB) cat $(STDIN_FILENAME) | $(STRACE) -o $@ $< $(RUN_OPTIONS)
endif
-
$(PROGRAMS_TO_TEST:%=Output/%.$(TEST).report.txt): \
-Output/%.$(TEST).report.txt:
+Output/%.$(TEST).report.txt: Output/test.$(TEST).pa.% Output/test.$(TEST).%
touch $@
$(PROGRAMS_TO_TEST:%=test.$(TEST).%): \
More information about the llvm-commits
mailing list