From 02618872603e758938364e18a81d437c63c73684 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 31 Jan 2000 14:46:23 +0000 Subject: Modifications from Ralf to be more like other custom files. There is no way to build this target. --- make/custom/portsw.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'make/custom') diff --git a/make/custom/portsw.cfg b/make/custom/portsw.cfg index 8d499f56df..6129c133cd 100644 --- a/make/custom/portsw.cfg +++ b/make/custom/portsw.cfg @@ -45,11 +45,11 @@ define make-exe endef else define make-exe - $(CC) $(CPPFLAGS) -Wl,-Map,$(basename $@).map \ - $(CFLAGS) $(CFLAGS_LD) -o $(basename $@).exe \ + $(LINK.c) -Wl,-Map,$(basename $@).map \ + $(LDLIBS) -o $@ \ $(LINK_OBJS) $(LINK_LIBS) - $(NM) -n $(basename $@).exe > $(basename $@).num - $(SIZE) $(basename $@).exe + $(NM) -n $@ > $(basename $@).num + $(SIZE) $@ endef endif -- cgit v1.2.3