From 101256d28cec106120a57c2babd711155f5c3b59 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 24 Mar 2008 22:05:10 +0000 Subject: [PATCH] Moved configure/tools perl tools to src/tools directory. Replaced O. files CONFIG_APP_INCLUDE and RULES_INCLUDE creation with defs and rules in configure files CONFIG_APP_INCLUDE and RULES_BUILD --- configure/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configure/Makefile b/configure/Makefile index 92fef24ad..2004009e0 100644 --- a/configure/Makefile +++ b/configure/Makefile @@ -15,6 +15,9 @@ TOP=.. include $(TOP)/configure/CONFIG +# Bootstrap resolution: tools not installed yet +TOOLS = $(TOP)/src/tools + CONFIGS += $(subst ../,,$(wildcard ../CONFIG*)) CONFIGS += $(subst ../,,$(wildcard ../os/CONFIG*)) @@ -23,6 +26,5 @@ CONFIGS += $(subst ../,,$(wildcard ../RULES*)) CONFIGS += $(subst ../,,$(wildcard ../tools/*.pl)) -TARGETS = CONFIG_APP_INCLUDE - include $(TOP)/configure/RULES +