mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
Make the list of automatic Makefile* files updated explicit instead of
generally wildcarded. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17334 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b0e7e45ffb
commit
85ec003b1d
@ -57,8 +57,8 @@ $(USER_TARGETS)::
|
|||||||
# PRECONDITIONS: that which must be built/checked first
|
# PRECONDITIONS: that which must be built/checked first
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
SRCMKFILES := $(BUILD_SRC_DIR)/Makefile $(filter-out Makefile.rules %.in,\
|
SRCMKFILES := $(filter %Makefile %Makefile.rules %Makefile.tests \
|
||||||
$(wildcard $(BUILD_SRC_DIR)/Makefile.*))
|
%Makefile.JIT,$(wildcard $(BUILD_SRC_DIR)/Makefile*))
|
||||||
OBJMKFILES := $(subst $(BUILD_SRC_DIR),$(BUILD_OBJ_DIR),$(SRCMKFILES))
|
OBJMKFILES := $(subst $(BUILD_SRC_DIR),$(BUILD_OBJ_DIR),$(SRCMKFILES))
|
||||||
CONFIGURE := $(LLVM_SRC_ROOT)/configure
|
CONFIGURE := $(LLVM_SRC_ROOT)/configure
|
||||||
CONFIG_STATUS := $(LLVM_OBJ_ROOT)/config.status
|
CONFIG_STATUS := $(LLVM_OBJ_ROOT)/config.status
|
||||||
|
Loading…
x
Reference in New Issue
Block a user