From 43f69c266eb9aeb2065e3964a90c2a801096789c Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 20 Jan 2004 16:39:37 +0000 Subject: [PATCH] Added test on COMPAT_TOOLS_313. --- config/tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tools/Makefile b/config/tools/Makefile index 38732678f..a6a6a3d61 100644 --- a/config/tools/Makefile +++ b/config/tools/Makefile @@ -15,7 +15,7 @@ TOP=../.. include $(TOP)/configure/CONFIG -ifeq ($(strip $(COMPAT_313)),YES) +ifeq ($(findstring ,YES,$(COMPAT_313) $(COMPAT_TOOLS_313)),YES) SCRIPTS_HOST += $(subst ../,,$(wildcard ../*.pl)) SCRIPTS_HOST += installEpics endif