[llvm-commits] CVS: llvm/projects/Makefile

Reid Spencer reid at x10sys.com
Mon Aug 23 10:47:27 PDT 2004



Changes in directory llvm/projects:

Makefile updated: 1.6 -> 1.7
---
Log message:

Change the makefile back so it descends any directory with a Makefile.


---
Diffs of the changes:  (+1 -1)

Index: llvm/projects/Makefile
diff -u llvm/projects/Makefile:1.6 llvm/projects/Makefile:1.7
--- llvm/projects/Makefile:1.6	Thu Aug 19 20:49:59 2004
+++ llvm/projects/Makefile	Mon Aug 23 12:47:16 2004
@@ -10,6 +10,6 @@
 
 include $(LEVEL)/Makefile.config
 
-DIRS:= SmallExamples sample
+DIRS:= $(patsubst %/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
 
 include $(BUILD_SRC_ROOT)/Makefile.rules






More information about the llvm-commits mailing list