[llvm-commits] CVS: llvm-test/External/Makefile
Reid Spencer
reid at x10sys.com
Sat Sep 4 15:43:09 PDT 2004
Changes in directory llvm-test/External:
Makefile updated: 1.10 -> 1.11
---
Log message:
Unbreak the makefile.
---
Diffs of the changes: (+1 -3)
Index: llvm-test/External/Makefile
diff -u llvm-test/External/Makefile:1.10 llvm-test/External/Makefile:1.11
--- llvm-test/External/Makefile:1.10 Wed Sep 1 09:33:19 2004
+++ llvm-test/External/Makefile Sat Sep 4 17:42:58 2004
@@ -3,7 +3,7 @@
#
# Include the configuration so that we know whether or not to include SPEC
#
-include ${LEVEL}/Makefile.config
+include $(LEVEL)/Makefile.common
#
# Create the list of directories to compile
@@ -13,5 +13,3 @@
ifndef USE_POVRAY
PARALLEL_DIRS := $(filter-out Povray/, $(PARALLEL_DIRS))
endif
-
-include ${LEVEL}/test/Programs/Makefile.programs
More information about the llvm-commits
mailing list