From e8913e439d5fc3692c163d8032f51e58b154e816 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 25 Oct 1999 15:51:01 +0000 Subject: [PATCH] Tools installed into /config/tools. --- configure/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/configure/Makefile b/configure/Makefile index 237d197d7..5b1bca215 100644 --- a/configure/Makefile +++ b/configure/Makefile @@ -25,10 +25,8 @@ CONFIGS += RULES_BUILD CONFIGS += RULES_DIRS CONFIGS += RULES_TOP -BIN_INSTALLS += $(wildcard ../tools/*.pl) -BIN_INSTALLS += ../tools/getrel -BIN_INSTALLS += ../tools/installEpics -BIN_INSTALLS += ../tools/testmkdir +CONFIGS += $(subst ../,,$(wildcard ../tools/*.pl)) +CONFIGS += tools/installEpics include $(TOP)/configure/RULES_BUILD