[llvm-commits] CVS: llvm/test/Programs/External/SPEC/Makefile.spec

Chris Lattner lattner at cs.uiuc.edu
Sat May 31 17:26:12 PDT 2003


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

Makefile.spec updated: 1.5 -> 1.6

---
Log message:

Make sure to get the path to the SPEC cd


---
Diffs of the changes:

Index: llvm/test/Programs/External/SPEC/Makefile.spec
diff -u llvm/test/Programs/External/SPEC/Makefile.spec:1.5 llvm/test/Programs/External/SPEC/Makefile.spec:1.6
--- llvm/test/Programs/External/SPEC/Makefile.spec:1.5	Thu May 29 14:01:13 2003
+++ llvm/test/Programs/External/SPEC/Makefile.spec	Sat May 31 17:25:02 2003
@@ -4,6 +4,8 @@
 #
 ##===----------------------------------------------------------------------===##
 
+include $(LEVEL)/Makefile.config
+
 # RUN_TYPE - Either ref, test, or train.  May be specified on the command line.
 RUN_TYPE  := test
 





More information about the llvm-commits mailing list