Added test on COMPAT_TOOLS_313.

This commit is contained in:
Janet B. Anderson
2004-01-20 16:39:37 +00:00
parent f0b6960189
commit 43f69c266e
+1 -1
View File
@@ -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