aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 21c65bb6a0..3247755976 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -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