[llvm-commits] CVS: llvm-test/External/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Mon Sep 20 11:42:34 PDT 2004
Changes in directory llvm-test/External:
Makefile updated: 1.14 -> 1.15
---
Log message:
include Makefile.external instead of Makefile.programs to allow local
customizations
---
Diffs of the changes: (+1 -1)
Index: llvm-test/External/Makefile
diff -u llvm-test/External/Makefile:1.14 llvm-test/External/Makefile:1.15
--- llvm-test/External/Makefile:1.14 Mon Sep 6 22:34:00 2004
+++ llvm-test/External/Makefile Mon Sep 20 13:42:24 2004
@@ -14,4 +14,4 @@
PARALLEL_DIRS := $(filter-out Povray/, $(PARALLEL_DIRS))
endif
-include $(LEVEL)/Makefile.programs
+include Makefile.external
More information about the llvm-commits
mailing list