[llvm-commits] CVS: llvm/test/DSGraphs/Makefile.DSGraphs
Vikram Adve
vadve at cs.uiuc.edu
Sun Nov 3 12:56:01 PST 2002
Changes in directory llvm/test/DSGraphs:
Makefile.DSGraphs updated: 1.3 -> 1.4
---
Log message:
Make sure dummylib.o is rebuilt when running an individual test manually.
---
Diffs of the changes:
Index: llvm/test/DSGraphs/Makefile.DSGraphs
diff -u llvm/test/DSGraphs/Makefile.DSGraphs:1.3 llvm/test/DSGraphs/Makefile.DSGraphs:1.4
--- llvm/test/DSGraphs/Makefile.DSGraphs:1.3 Sun Nov 3 09:31:45 2002
+++ llvm/test/DSGraphs/Makefile.DSGraphs Sun Nov 3 10:32:31 2002
@@ -1,4 +1,4 @@
-## $Id: Makefile.DSGraphs,v 1.3 2002/11/03 15:31:45 vadve Exp $
+## $Id: Makefile.DSGraphs,v 1.4 2002/11/03 16:32:31 vadve Exp $
##----------------------------------------------------------------------------
## Common makefile rules for testing DSGraph analysis.
##
@@ -13,7 +13,7 @@
PASS = td
../dummylib.o: ../dummylib.c
- llvmgcc -c $<
+ cd ..; $(MAKE) dummylib.o
$(PROG): $(PROGPATH)
test -f $(PROGPATH) && /bin/cp -p $(PROGPATH) $(PROG)
More information about the llvm-commits
mailing list