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

Misha Brukman brukman at cs.uiuc.edu
Mon Sep 6 21:04:05 PDT 2004



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

Makefile updated: 1.16 -> 1.17
---
Log message:

Use Makefile.config now that it's available and Makefile.programs to be correct


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

Index: llvm-test/External/SPEC/CINT2000/Makefile
diff -u llvm-test/External/SPEC/CINT2000/Makefile:1.16 llvm-test/External/SPEC/CINT2000/Makefile:1.17
--- llvm-test/External/SPEC/CINT2000/Makefile:1.16	Mon Sep  6 03:36:37 2004
+++ llvm-test/External/SPEC/CINT2000/Makefile	Mon Sep  6 23:03:55 2004
@@ -14,11 +14,11 @@
 	300.twolf
 
 # Get the $(ARCH) setting
-#include $(LEVEL)/Makefile.config
+include $(LEVEL)/Makefile.config
 
 # Disable crafty until it stops infinite-looping on Sparc
 ifeq ($(ARCH), Sparc)
 PARALLEL_DIRS := $(filter-out 186.crafty, $(PARALLEL_DIRS))
 endif
 
-include ${LEVEL}/External/Makefile.external
+include $(LEVEL)/Makefile.programs






More information about the llvm-commits mailing list