mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
Adjusted the projects Makefile so that it picks up the name of projects
by scanning the source tree (not the object tree). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10223 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
33a911a5c6
commit
9b3b5dee7e
@ -8,7 +8,9 @@
|
||||
##===----------------------------------------------------------------------===##
|
||||
LEVEL=..
|
||||
|
||||
DIRS=
|
||||
OPTIONAL_DIRS:=$(shell ls | grep -v CVS)
|
||||
include $(LEVEL)/Makefile.config
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
DIRS=
|
||||
OPTIONAL_DIRS:=$(basename $(shell ls $(SourceDir) | grep -v CVS | grep -v Makefile))
|
||||
|
||||
include $(BUILD_SRC_ROOT)/Makefile.rules
|
||||
|
Loading…
Reference in New Issue
Block a user