From 49da88cc99ffe632fa4708d420118b6d4b837b71 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 23 Nov 1999 15:53:09 +0000 Subject: Patch rtems-rc-19991117-16.diff from Ralf Corsepius : * 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 --- make/custom/gen68360.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'make/custom/gen68360.cfg') diff --git a/make/custom/gen68360.cfg b/make/custom/gen68360.cfg index c78a4b5743..75defe32b8 100644 --- a/make/custom/gen68360.cfg +++ b/make/custom/gen68360.cfg @@ -79,10 +79,10 @@ endef else define make-exe - $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) -o $(basename $@).exe \ + $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) -o $@ \ $(LINK_OBJS) $(LINK_LIBS) - $(NM) -g -n $(basename $@).exe > $(basename $@).num - $(SIZE) $(basename $@).exe + $(NM) -g -n $@ > $(basename $@).num + $(SIZE) $@ endef endif -- cgit v1.2.3