From 693fc2e5918f5b06bdcef19ee5094c37e00aeffb Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 12 Jan 2001 23:24:30 +0000 Subject: [PATCH] Removed cvs Id & added EPICS_HOST_ARCH to makeConfigAppInclude rule --- src/makeBaseApp/top/configure/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/makeBaseApp/top/configure/Makefile b/src/makeBaseApp/top/configure/Makefile index dcf01f361..be4f418eb 100644 --- a/src/makeBaseApp/top/configure/Makefile +++ b/src/makeBaseApp/top/configure/Makefile @@ -1,6 +1,4 @@ -# -# $Id$ -# +# Makefile TOP=.. @@ -15,6 +13,6 @@ CONFIG_APP_INCLUDE: $(TOP)/configure/RELEASE.$(EPICS_HOST_ARCH) endif CONFIG_APP_INCLUDE: $(TOP)/configure/RELEASE $(TOP)/configure/CONFIG_APP - $(RM) $@ - @$(PERL) $(TOOLS)/makeConfigAppInclude.pl $(T_A) $@ $(TOP) + @$(RM) $@ + @$(PERL) $(TOOLS)/makeConfigAppInclude.pl $(EPICS_HOST_ARCH) $(T_A) $@ $(TOP)