From bbd10802080c187a9f5952ca2eccc1b1bfe1c17c Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 5 Mar 2004 15:38:48 +0000 Subject: [PATCH] Added if test for COMPAT* macros. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index c2bcbcccd..83e5b15d4 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,9 @@ TOP = . include $(TOP)/configure/CONFIG +ifeq ($(findstring YES,$(COMPAT_313) $(COMPAT_TOOLS_313)),YES) DIRS += config config/tools +endif DIRS += configure src include $(TOP)/configure/RULES_TOP