From dc5d373b57060d1ae5525f6969a732bf8ea45423 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 10 Oct 2018 13:04:54 -0500 Subject: [PATCH] Revert "configure: add vpath for CONFIG* and RULES* (look in SRC_DIRS)" Unfortunately this causes really bad things to happen; the configure/RULES file is getting overwritten by the contents of src/libCom/as/RULES, so we need a different approach. This reverts commit 47c361f135ca0c058857c466467fba1d4af929c1. --- configure/RULES_FILE_TYPE | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure/RULES_FILE_TYPE b/configure/RULES_FILE_TYPE index 3773bf844..28cc74bd4 100644 --- a/configure/RULES_FILE_TYPE +++ b/configure/RULES_FILE_TYPE @@ -7,9 +7,6 @@ # in the file LICENSE that is included with this distribution. #************************************************************************* -vpath CONFIG% $(USR_VPATH) $(SRC_DIRS) $(COMMON_DIR) -vpath RULES% $(USR_VPATH) $(SRC_DIRS) $(COMMON_DIR) - # Include /configure/RULES_BUILD from tops defined in RELEASE* files # RELEASE_RULES_BUILDS = $(foreach top, $(RELEASE_TOPS), \