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/custom/efi68k.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make/custom/efi68k.cfg') diff --git a/make/custom/efi68k.cfg b/make/custom/efi68k.cfg index 0e84355337..12e6d689dd 100644 --- a/make/custom/efi68k.cfg +++ b/make/custom/efi68k.cfg @@ -56,7 +56,7 @@ define make-exe $(START_FILE) $(LINK_OBJS) --start-group $(LINK_LIBS) --end-group $(OBJCOPY) -O srec $(basename $@).nxe $(basename $@).i $(SED) -e 's/.$$//' -e '/^S0/d' $(basename $@).i | \ - $(PROJECT_TOOLS)/packhex > $(basename $@).exe + $(PACKHEX) > $(basename $@).exe $(NM) -g -n $(basename $@).nxe > $(basename $@).num $(SIZE) $(basename $@).nxe endef @@ -66,7 +66,7 @@ define make-exe $(LINK_OBJS) $(LINK_LIBS) $(OBJCOPY) -O srec $(basename $@).nxe $(basename $@).i $(SED) -e 's/.$$//' -e '/^S0/d' $(basename $@).i | \ - $(PROJECT_TOOLS)/packhex > $(basename $@).exe + $(PACKHEX) > $(basename $@).exe $(NM) -g -n $(basename $@).nxe > $(basename $@).num $(SIZE) $(basename $@).nxe endef -- cgit v1.2.3