diff --git a/config/Makefile b/config/Makefile index df182f49a..8a3adc3bc 100644 --- a/config/Makefile +++ b/config/Makefile @@ -11,8 +11,8 @@ INSTALL_CONFIG = $(INSTALL_LOCATION)/config CONFIGS += $(subst ../,,$(wildcard ../CONFIG*)) CONFIGS += $(subst ../,,$(wildcard ../RULES*)) -BIN_INSTALLS += $(wildcard ../tools/*.pl) -BIN_INSTALLS += ../tools/installEpics +SCRIPTS_HOST += $(wildcard ../tools/*.pl) +SCRIPTS_HOST += ../tools/installEpics include $(TOP)/configure/RULES