[llvm-commits] CVS: llvm-test/External/SPEC/CINT2000/Makefile
Reid Spencer
reid at x10sys.com
Mon Sep 6 01:36:48 PDT 2004
Changes in directory llvm-test/External/SPEC/CINT2000:
Makefile updated: 1.15 -> 1.16
---
Log message:
Adjust the makefiles for their new home.
---
Diffs of the changes: (+2 -2)
Index: llvm-test/External/SPEC/CINT2000/Makefile
diff -u llvm-test/External/SPEC/CINT2000/Makefile:1.15 llvm-test/External/SPEC/CINT2000/Makefile:1.16
--- llvm-test/External/SPEC/CINT2000/Makefile:1.15 Sun Sep 5 02:56:52 2004
+++ llvm-test/External/SPEC/CINT2000/Makefile Mon Sep 6 03:36:37 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}/Makefile.programs
+include ${LEVEL}/External/Makefile.external
More information about the llvm-commits
mailing list