[llvm-commits] CVS: poolalloc/test/TEST.poolalloc.Makefile

Chris Lattner lattner at cs.uiuc.edu
Tue Feb 24 15:03:00 PST 2004


Changes in directory poolalloc/test:

TEST.poolalloc.Makefile updated: 1.13 -> 1.14

---
Log message:

Correct dependencies


---
Diffs of the changes:  (+1 -1)

Index: poolalloc/test/TEST.poolalloc.Makefile
diff -u poolalloc/test/TEST.poolalloc.Makefile:1.13 poolalloc/test/TEST.poolalloc.Makefile:1.14
--- poolalloc/test/TEST.poolalloc.Makefile:1.13	Sat Feb 21 22:09:24 2004
+++ poolalloc/test/TEST.poolalloc.Makefile	Tue Feb 24 15:02:05 2004
@@ -100,4 +100,4 @@
 	@echo "---------------------------------------------------------------"
 	@cat $<
 
-REPORT_DEPENDENCIES := $(PA_RT_O) $(PA_SO) $(PROGRAMS_TO_TEST:%=Output/%.llvm.bc)
+REPORT_DEPENDENCIES := $(PA_RT_O) $(PA_SO) $(PROGRAMS_TO_TEST:%=Output/%.llvm.bc) $(LLC)





More information about the llvm-commits mailing list