summaryrefslogtreecommitdiffstats
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
commitab8d172df2a0251d3a1c40741d6fb9f813d23ea6 (patch)
treef0fa29125a7c69cae80bbf7b865e2fa7b27a8f92
parent40d0204067533640e43ecce91c66b83f836c9504 (diff)
downloadbcm5719-llvm-ab8d172df2a0251d3a1c40741d6fb9f813d23ea6.tar.gz
bcm5719-llvm-ab8d172df2a0251d3a1c40741d6fb9f813d23ea6.zip
Make people explicitly add dirs to this. Remove ModuleMaker as it currently
does not build (it must be configured before it will work) llvm-svn: 15936
-rw-r--r--llvm/projects/SmallExamples/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/projects/SmallExamples/Makefile b/llvm/projects/SmallExamples/Makefile
index 6c53f72c387..9bf67bf2d4a 100644
--- a/llvm/projects/SmallExamples/Makefile
+++ b/llvm/projects/SmallExamples/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
OpenPOWER on IntegriCloud