Removed cvs Id & added EPICS_HOST_ARCH to makeConfigAppInclude rule

This commit is contained in:
Janet B. Anderson
2001-01-12 23:24:30 +00:00
parent bdcccedb95
commit 693fc2e591

View File

@@ -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)