[llvm-commits] CVS: llvm-test/External/Makefile

Misha Brukman brukman at cs.uiuc.edu
Sun Sep 5 12:41:43 PDT 2004



Changes in directory llvm-test/External:

Makefile updated: 1.11 -> 1.12
---
Log message:

include Makefile.programs to recurse into subdirectories


---
Diffs of the changes:  (+2 -0)

Index: llvm-test/External/Makefile
diff -u llvm-test/External/Makefile:1.11 llvm-test/External/Makefile:1.12
--- llvm-test/External/Makefile:1.11	Sat Sep  4 17:42:58 2004
+++ llvm-test/External/Makefile	Sun Sep  5 14:41:32 2004
@@ -13,3 +13,5 @@
 ifndef USE_POVRAY
 PARALLEL_DIRS := $(filter-out Povray/, $(PARALLEL_DIRS))
 endif
+
+include $(LEVEL)/Makefile.programs






More information about the llvm-commits mailing list