mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
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:
parent
cd8cf63b94
commit
1c54afa431
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user