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

Misha Brukman brukman at cs.uiuc.edu
Mon Sep 6 16:21:50 PDT 2004



Changes in directory llvm-test/External/SPEC:

Makefile updated: 1.14 -> 1.15
Makefile.spec updated: 1.37 -> 1.38
---
Log message:

Fix paths now that test/Programs is a project


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

Index: llvm-test/External/SPEC/Makefile
diff -u llvm-test/External/SPEC/Makefile:1.14 llvm-test/External/SPEC/Makefile:1.15
--- llvm-test/External/SPEC/Makefile:1.14	Mon Sep  6 03:36:37 2004
+++ llvm-test/External/SPEC/Makefile	Mon Sep  6 18:21:40 2004
@@ -1,6 +1,6 @@
 LEVEL = ../..
 PARALLEL_DIRS := CFP2000 CINT2000 CINT95
-#include $(LEVEL)/../../Makefile.config
+include $(LLVM_OBJ_ROOT)/Makefile.config
 
 #
 # Remove SPEC95 and SPEC2000 per the user's configuration


Index: llvm-test/External/SPEC/Makefile.spec
diff -u llvm-test/External/SPEC/Makefile.spec:1.37 llvm-test/External/SPEC/Makefile.spec:1.38
--- llvm-test/External/SPEC/Makefile.spec:1.37	Mon Sep  6 03:36:37 2004
+++ llvm-test/External/SPEC/Makefile.spec	Mon Sep  6 18:21:40 2004
@@ -5,7 +5,8 @@
 #
 ##===----------------------------------------------------------------------===##
 
-#include $(LEVEL)/Makefile.config
+include $(LEVEL)/Makefile.common
+include $(LLVM_SRC_ROOT)/Makefile.rules
 
 ## Information the test should have provided...
 ifndef STDOUT_FILENAME






More information about the llvm-commits mailing list