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
This commit is contained in:
Chris Lattner 2004-08-20 01:11:16 +00:00
parent cd8cf63b94
commit 1c54afa431
2 changed files with 2 additions and 4 deletions

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

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