Make the list of automatic Makefile* files updated explicit instead of
authorReid Spencer <rspencer@reidspencer.com>
Fri, 29 Oct 2004 04:47:33 +0000 (04:47 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 29 Oct 2004 04:47:33 +0000 (04:47 +0000)
generally wildcarded.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17334 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 21c65bb6a0be4c977c9a503cd670e7022f9f5a8c..32477559769136eefa1e9afa22687c4194ca9ebf 100644 (file)
@@ -57,8 +57,8 @@ $(USER_TARGETS)::
 # PRECONDITIONS: that which must be built/checked first
 ################################################################################
 
-SRCMKFILES    := $(BUILD_SRC_DIR)/Makefile $(filter-out Makefile.rules %.in,\
-                 $(wildcard $(BUILD_SRC_DIR)/Makefile.*))
+SRCMKFILES    := $(filter %Makefile %Makefile.rules %Makefile.tests \
+                          %Makefile.JIT,$(wildcard $(BUILD_SRC_DIR)/Makefile*))
 OBJMKFILES    := $(subst $(BUILD_SRC_DIR),$(BUILD_OBJ_DIR),$(SRCMKFILES))
 CONFIGURE     := $(LLVM_SRC_ROOT)/configure
 CONFIG_STATUS := $(LLVM_OBJ_ROOT)/config.status