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

Misha Brukman brukman at cs.uiuc.edu
Sun Sep 5 12:54:47 PDT 2004



Changes in directory llvm-test/External/SPEC:

Makefile updated: 1.12 -> 1.13
---
Log message:

Makefile.config lies 2 levels above projects/llvm-test


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

Index: llvm-test/External/SPEC/Makefile
diff -u llvm-test/External/SPEC/Makefile:1.12 llvm-test/External/SPEC/Makefile:1.13
--- llvm-test/External/SPEC/Makefile:1.12	Wed Sep  1 09:33:19 2004
+++ llvm-test/External/SPEC/Makefile	Sun Sep  5 14:54:37 2004
@@ -1,6 +1,6 @@
 LEVEL = ../..
 PARALLEL_DIRS := CFP2000 CINT2000 CINT95
-include ${LEVEL}/Makefile.config
+include $(LEVEL)/../../Makefile.config
 
 #
 # Remove SPEC95 and SPEC2000 per the user's configuration
@@ -14,4 +14,4 @@
 PARALLEL_DIRS := $(filter-out CINT95/, $(PARALLEL_DIRS))
 endif
 
-include ${LEVEL}/Makefile.programs
+include $(LEVEL)/Makefile.programs






More information about the llvm-commits mailing list