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:
Reid Spencer 2004-10-29 04:47:33 +00:00
parent b0e7e45ffb
commit 85ec003b1d

View File

@ -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