[llvm-commits] CVS: llvm/test/Programs/MultiSource/SPEC/Makefile

Chris Lattner lattner at cs.uiuc.edu
Fri Jan 17 14:11:02 PST 2003


Changes in directory llvm/test/Programs/MultiSource/SPEC:

Makefile updated: 1.1 -> 1.2

---
Log message:

Make spec programs play nicely with tests


---
Diffs of the changes:

Index: llvm/test/Programs/MultiSource/SPEC/Makefile
diff -u llvm/test/Programs/MultiSource/SPEC/Makefile:1.1 llvm/test/Programs/MultiSource/SPEC/Makefile:1.2
--- llvm/test/Programs/MultiSource/SPEC/Makefile:1.1	Wed Oct  9 16:50:27 2002
+++ llvm/test/Programs/MultiSource/SPEC/Makefile	Fri Jan 17 14:09:25 2003
@@ -3,4 +3,4 @@
 LEVEL = ../../../..
 PARALLEL_DIRS  := CINT2000
 
-include ${LEVEL}/Makefile.common
+include $(LEVEL)/test/Makefile.tests





More information about the llvm-commits mailing list