summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-08-20 01:11:16 +0000
committerChris Lattner <sabre@nondot.org>2004-08-20 01:11:16 +0000
commit1c54afa431bc12b450a843530e98be6c08a08fe7 (patch)
treebb312664da7f2bb7a3b89273874b7709850da0ab /examples
parentcd8cf63b9480476532813c8cab955ae516f9f5fe (diff)
downloadllvm-1c54afa431bc12b450a843530e98be6c08a08fe7.tar.gz
llvm-1c54afa431bc12b450a843530e98be6c08a08fe7.tar.bz2
llvm-1c54afa431bc12b450a843530e98be6c08a08fe7.tar.xz
Make people explicitly add dirs to this. Remove ModuleMaker as it currently
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
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 6c53f72c38..9bf67bf2d4 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -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