[llvm-commits] CVS: poolalloc/test/TEST.poolalloc.Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Feb 19 16:51:02 PST 2004
Changes in directory poolalloc/test:
TEST.poolalloc.Makefile updated: 1.11 -> 1.12
---
Log message:
Depend on the bytecode for the program
---
Diffs of the changes: (+1 -1)
Index: poolalloc/test/TEST.poolalloc.Makefile
diff -u poolalloc/test/TEST.poolalloc.Makefile:1.11 poolalloc/test/TEST.poolalloc.Makefile:1.12
--- poolalloc/test/TEST.poolalloc.Makefile:1.11 Fri Feb 13 17:39:28 2004
+++ poolalloc/test/TEST.poolalloc.Makefile Thu Feb 19 16:47:41 2004
@@ -99,4 +99,4 @@
@echo "---------------------------------------------------------------"
@cat $<
-REPORT_DEPENDENCIES := $(PA_RT_O) $(PA_SO)
\ No newline at end of file
+REPORT_DEPENDENCIES := $(PA_RT_O) $(PA_SO) $(PROGRAMS_TO_TEST:%=Output/%.llvm.bc)
More information about the llvm-commits
mailing list