Removed extra comma in findstring function.

This commit is contained in:
Janet B. Anderson
2004-01-23 18:09:16 +00:00
parent 19eb4e7fd5
commit 5924f1e002

View File

@@ -15,7 +15,7 @@ TOP=../..
include $(TOP)/configure/CONFIG
ifeq ($(findstring ,YES,$(COMPAT_313) $(COMPAT_TOOLS_313)),YES)
ifeq ($(findstring YES,$(COMPAT_313) $(COMPAT_TOOLS_313)),YES)
SCRIPTS_HOST += $(subst ../,,$(wildcard ../*.pl))
SCRIPTS_HOST += installEpics
endif