From 011677f8fc6ce37832e88a65500b7c08e9dba73e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 18 Feb 1999 17:54:03 +0000 Subject: Part of automake VI Patch from Ralf Corsepius . > 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. --- make/host.cfg.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'make/host.cfg.in') 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)" -- cgit v1.2.3