From c282a107eb4d9d6cd84d1c4616859c97fee6ca1f Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 10 Feb 2004 16:02:19 +0000 Subject: [PATCH] Added COMPAT_TOOLS_313 to if test. --- config/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Makefile b/config/Makefile index 72af4c169..55103d3cd 100644 --- a/config/Makefile +++ b/config/Makefile @@ -15,7 +15,7 @@ TOP=.. include $(TOP)/configure/CONFIG -ifeq ($(strip $(COMPAT_313)),YES) +ifeq ($(findstring YES,$(COMPAT_313) $(COMPAT_TOOLS_313)),YES) INSTALL_CONFIG = $(INSTALL_LOCATION)/config CONFIGS += $(subst ../,,$(wildcard ../CONFIG*))