Make people explicitly add dirs to this. Remove ModuleMaker as it currently
authorChris Lattner <sabre@nondot.org>
Fri, 20 Aug 2004 01:11:16 +0000 (01:11 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 20 Aug 2004 01:11:16 +0000 (01:11 +0000)
does not build (it must be configured before it will work)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15936 91177308-0d34-0410-b5e6-96231b3b80d8

examples/Makefile
projects/SmallExamples/Makefile

index 6c53f72c3874b598f2c0e9091cd438bcba45ea8e..9bf67bf2d4a6c5582f67e7ad9618769dbd29fc4f 100644 (file)
@@ -10,7 +10,6 @@ LEVEL=../..
 
 include $(LEVEL)/Makefile.config
 
-DIRS=
-OPTIONAL_DIRS:=$(basename $(shell ls $(SourceDir) | grep -v CVS | grep -v Makefile))
+DIRS = Fibonacci HowToUseJIT
 
 include $(BUILD_SRC_ROOT)/Makefile.rules
index 6c53f72c3874b598f2c0e9091cd438bcba45ea8e..9bf67bf2d4a6c5582f67e7ad9618769dbd29fc4f 100644 (file)
@@ -10,7 +10,6 @@ LEVEL=../..
 
 include $(LEVEL)/Makefile.config
 
-DIRS=
-OPTIONAL_DIRS:=$(basename $(shell ls $(SourceDir) | grep -v CVS | grep -v Makefile))
+DIRS = Fibonacci HowToUseJIT
 
 include $(BUILD_SRC_ROOT)/Makefile.rules