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
This commit is contained in:
Chris Lattner 2004-08-20 01:11:16 +00:00
parent e3268d4fe7
commit 12e30d4dcc

View 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