summaryrefslogtreecommitdiffstats
path: root/make/host.cfg.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-18 17:54:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-18 17:54:03 +0000
commit011677f8fc6ce37832e88a65500b7c08e9dba73e (patch)
tree5856c052d40a0e3663e6120a26bd19169340d867 /make/host.cfg.in
parentPart of the targopts.h change in generation patch from Ralf Corsepius (diff)
downloadrtems-011677f8fc6ce37832e88a65500b7c08e9dba73e.tar.bz2
Part of automake VI Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
> Adds variables to the custom/*cfg files to specify the location of > tools. The purpose is to remove hard-coded paths from the Makefiles. > > In later steps this eases moving the tools to other locations.
Diffstat (limited to '')
-rw-r--r--make/host.cfg.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/host.cfg.in b/make/host.cfg.in
index 0c8f9cf408..8a9a6c7dde 100644
--- a/make/host.cfg.in
+++ b/make/host.cfg.in
@@ -30,6 +30,9 @@ CHMOD=@CHMOD@
SED=@SED@
M4=@M4@
+# Global tools
+PACKHEX=$(PROJECT_TOOLS)/packhex
+
INSTALL=$(PROJECT_TOOLS)/install-if-change
INSTALL_VARIANT=$(PROJECT_TOOLS)/install-if-change -V "$(LIB_VARIANT)"