From 42e498e2ff3876230714aa9e6a4327842253a93a Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 2 Oct 2001 14:46:54 +0000 Subject: [PATCH] Changed BIN_INSTALLS to SCRIPTS_HOST. --- config/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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