[llvm-commits] CVS: llvm-test/External/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Mon Sep 6 20:34:11 PDT 2004
Changes in directory llvm-test/External:
Makefile updated: 1.13 -> 1.14
---
Log message:
Revert to the old format of Makefile, now that Makefile.config is around, and
Makefile.common is as it should be
---
Diffs of the changes: (+6 -1)
Index: llvm-test/External/Makefile
diff -u llvm-test/External/Makefile:1.13 llvm-test/External/Makefile:1.14
--- llvm-test/External/Makefile:1.13 Mon Sep 6 03:36:37 2004
+++ llvm-test/External/Makefile Mon Sep 6 22:34:00 2004
@@ -1,6 +1,11 @@
LEVEL = ..
#
+# Include the configuration so that we know whether or not to include SPEC
+#
+include $(LEVEL)/Makefile.config
+
+#
# Create the list of directories to compile
#
PARALLEL_DIRS := SPEC Povray
@@ -9,4 +14,4 @@
PARALLEL_DIRS := $(filter-out Povray/, $(PARALLEL_DIRS))
endif
-include Makefile.external
+include $(LEVEL)/Makefile.programs
More information about the llvm-commits
mailing list