From bcc60591f77b2721c6511e212064b05c06d72bcc Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 3 Jul 2002 19:42:52 +0000 Subject: [PATCH] Moved installs from tools subdirectory to tools/Makefile. --- config/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/Makefile b/config/Makefile index 8a3adc3bc..3b6c7d413 100644 --- a/config/Makefile +++ b/config/Makefile @@ -11,8 +11,5 @@ INSTALL_CONFIG = $(INSTALL_LOCATION)/config CONFIGS += $(subst ../,,$(wildcard ../CONFIG*)) CONFIGS += $(subst ../,,$(wildcard ../RULES*)) -SCRIPTS_HOST += $(wildcard ../tools/*.pl) -SCRIPTS_HOST += ../tools/installEpics - include $(TOP)/configure/RULES