mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Rename BUILD_* to PROJ_*
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19592 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -10,7 +10,7 @@ LEVEL=..
|
||||
|
||||
include $(LEVEL)/Makefile.config
|
||||
|
||||
DIRS:= $(filter-out llvm-test,$(patsubst $(BUILD_SRC_DIR)/%/Makefile,%,$(wildcard $(BUILD_SRC_DIR)/*/Makefile)))
|
||||
DIRS:= $(filter-out llvm-test,$(patsubst $(PROJ_SRC_DIR)/%/Makefile,%,$(wildcard $(PROJ_SRC_DIR)/*/Makefile)))
|
||||
|
||||
# Sparc cannot link shared libraries (libtool problem?) which Stacker uses
|
||||
ifeq ($(ARCH), Sparc)
|
||||
@@ -18,4 +18,4 @@ DIRS := $(filter-out Stacker, $(DIRS))
|
||||
DIRS := $(filter-out sample, $(DIRS))
|
||||
endif
|
||||
|
||||
include $(BUILD_SRC_ROOT)/Makefile.rules
|
||||
include $(PROJ_SRC_ROOT)/Makefile.rules
|
||||
|
Reference in New Issue
Block a user