From 1e0178a492e38fc1ab84180fb17d3f119ca0d3bb Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 24 Mar 2008 22:04:01 +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 --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 30e227ec8..771851abc 100644 --- a/Makefile +++ b/Makefile @@ -14,12 +14,16 @@ TOP = . include $(TOP)/configure/CONFIG +# Bootstrap resolution: tools not installed yet +TOOLS = $(TOP)/src/tools + +DIRS += configure src ifeq ($(findstring YES,$(COMPAT_313) $(COMPAT_TOOLS_313)),YES) DIRS += config endif -DIRS += configure src src_DEPEND_DIRS = configure +config_DEPEND_DIRS = src include $(TOP)/configure/RULES_TOP