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

Misha Brukman brukman at cs.uiuc.edu
Sun Sep 5 12:56:01 PDT 2004



Changes in directory llvm-test/External/SPEC/CFP2000:

Makefile updated: 1.6 -> 1.7
---
Log message:

Makefile.programs lies in projects/llvm-test, not in top-level of the tree


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

Index: llvm-test/External/SPEC/CFP2000/Makefile
diff -u llvm-test/External/SPEC/CFP2000/Makefile:1.6 llvm-test/External/SPEC/CFP2000/Makefile:1.7
--- llvm-test/External/SPEC/CFP2000/Makefile:1.6	Wed Sep  1 09:33:19 2004
+++ llvm-test/External/SPEC/CFP2000/Makefile	Sun Sep  5 14:55:50 2004
@@ -1,8 +1,8 @@
-LEVEL = ../../../../..
+LEVEL = ../../..
 PARALLEL_DIRS :=   \
 	177.mesa   \
 	179.art    \
 	183.equake \
 	188.ammp
 
-include ${LEVEL}/Makefile.programs
+include $(LEVEL)/Makefile.programs






More information about the llvm-commits mailing list