[llvm-commits] CVS: llvm-test/External/Makefile
Reid Spencer
reid at x10sys.com
Mon Sep 6 01:36:48 PDT 2004
Changes in directory llvm-test/External:
Makefile updated: 1.12 -> 1.13
---
Log message:
Adjust the makefiles for their new home.
---
Diffs of the changes: (+1 -6)
Index: llvm-test/External/Makefile
diff -u llvm-test/External/Makefile:1.12 llvm-test/External/Makefile:1.13
--- llvm-test/External/Makefile:1.12 Sun Sep 5 14:41:32 2004
+++ llvm-test/External/Makefile Mon Sep 6 03:36:37 2004
@@ -1,11 +1,6 @@
LEVEL = ..
#
-# Include the configuration so that we know whether or not to include SPEC
-#
-include $(LEVEL)/Makefile.common
-
-#
# Create the list of directories to compile
#
PARALLEL_DIRS := SPEC Povray
@@ -14,4 +9,4 @@
PARALLEL_DIRS := $(filter-out Povray/, $(PARALLEL_DIRS))
endif
-include $(LEVEL)/Makefile.programs
+include Makefile.external
More information about the llvm-commits
mailing list