From aa1d76ed8d9ace3395fe5e2d3094d4c11f0dac60 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 10 Jan 2000 18:56:10 +0000 Subject: Missed cleanup from Ralf Corsepius. --- make/custom/rxgen960.cfg | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'make/custom/rxgen960.cfg') diff --git a/make/custom/rxgen960.cfg b/make/custom/rxgen960.cfg index ac7420aaf8..b1e33fa871 100644 --- a/make/custom/rxgen960.cfg +++ b/make/custom/rxgen960.cfg @@ -62,11 +62,12 @@ define make-exe endef else define make-exe - $(CXX) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) -o $(basename $@).exe \ - $(LINK_OBJS) $(LINK_LIBS) - $(NM) -g -n $(basename $@).exe > $(basename $@).num - $(OBJCOPY) -oformat binary $(basename $@).exe $(basename $@).bin - $(SIZE) $(basename $@).exe + $(LINK.c) \ + $(LDLIBS) -o $@ \ + $(LINK_OBJS) $(LINK_LIBS) + $(NM) -g -n $@ > $(basename $@).num + $(OBJCOPY) -oformat binary $@ $(basename $@).bin + $(SIZE) $@ endef endif -- cgit v1.2.3