[llvm-commits] CVS: llvm/test/DSGraphs/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Nov 3 12:43:01 PST 2002
Changes in directory llvm/test/DSGraphs:
Makefile updated: 1.2 -> 1.3
---
Log message:
Make sure to build dummylib.o before making subdirectories
---
Diffs of the changes:
Index: llvm/test/DSGraphs/Makefile
diff -u llvm/test/DSGraphs/Makefile:1.2 llvm/test/DSGraphs/Makefile:1.3
--- llvm/test/DSGraphs/Makefile:1.2 Sun Nov 3 09:31:45 2002
+++ llvm/test/DSGraphs/Makefile Sun Nov 3 12:42:28 2002
@@ -43,4 +43,9 @@
300.twolf \
Burg
+all:: dummylib.o
+
include ../Makefile.tests
+
+dummylib.o: dummylib.c $(LCC1)
+ $(LCC) $< -c
More information about the llvm-commits
mailing list