From 1b4a80523367feda5ae1acf2ed5279dbe43ad668 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 13 Oct 1999 20:02:45 +0000 Subject: [PATCH] Fixed install of tools files. --- configure/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure/Makefile b/configure/Makefile index f0a331287..237d197d7 100644 --- a/configure/Makefile +++ b/configure/Makefile @@ -25,10 +25,10 @@ CONFIGS += RULES_BUILD CONFIGS += RULES_DIRS CONFIGS += RULES_TOP -CONFIGS += $(subst ../,,$(wildcard ../tools/*.pl)) -CONFIGS += $(subst ../,,../tools/getrel) -CONFIGS += $(subst ../,,../tools/installEpics) -CONFIGS += $(subst ../,,../tools/testmkdir) +BIN_INSTALLS += $(wildcard ../tools/*.pl) +BIN_INSTALLS += ../tools/getrel +BIN_INSTALLS += ../tools/installEpics +BIN_INSTALLS += ../tools/testmkdir include $(TOP)/configure/RULES_BUILD