summaryrefslogtreecommitdiffstats
path: root/make/host.cfg.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 15:53:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 15:53:09 +0000
commit49da88cc99ffe632fa4708d420118b6d4b837b71 (patch)
treefd2f485451ed84504eede5f02632a79a572fd667 /make/host.cfg.in
parentReadding Makefile.in's accidentally removed. (diff)
downloadrtems-49da88cc99ffe632fa4708d420118b6d4b837b71.tar.bz2
Patch rtems-rc-19991117-16.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:
* the PACKHEX etc problem * prevents the *.rels being removed inside the build-tree * a typo which only shows for when MP is activated * Alters some custom/*cfg files
Diffstat (limited to 'make/host.cfg.in')
-rw-r--r--make/host.cfg.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/make/host.cfg.in b/make/host.cfg.in
index c048042977..cae07de613 100644
--- a/make/host.cfg.in
+++ b/make/host.cfg.in
@@ -30,9 +30,13 @@ SED=sed
# M4=@M4@
# Global tools
+ifndef PACKHEX
PACKHEX=$(PROJECT_BIN)/packhex
+endif
+ifndef INSTALL_CHANGE
INSTALL_CHANGE=$(PROJECT_BIN)/install-if-change
+endif
INSTALL_VARIANT=$(INSTALL_CHANGE) -V "$(LIB_VARIANT)"
# FIXME: HACK for a bug in cygwin-hosted egcs which returns a mixture
@@ -71,4 +75,6 @@ INSTLIBFLAGS = -m 0644
INSTDIRFLAGS = -m 0755 -d
INSTINCFLAGS = -m 0644
+ifndef INSTALL_DATA
INSTALL_DATA = $(INSTALL) $(INSTDATAFLAGS)
+endif