From bb47a3ba2111d5f3b7f2245f87234a659a441865 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 14 Jun 2000 15:46:14 +0000 Subject: Changed to standard make-exe type rule. --- make/custom/mbx8xx.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make') diff --git a/make/custom/mbx8xx.cfg b/make/custom/mbx8xx.cfg index f868c2fb52..490a7d6faa 100644 --- a/make/custom/mbx8xx.cfg +++ b/make/custom/mbx8xx.cfg @@ -181,7 +181,7 @@ define make-exe endef else define make-exe - $(CC) $(CFLAGS) $(CPU_CFLAGS) $(XLDFLAGS) -o $(basename $@).exe \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \ $(LINK_OBJS) $(LINK_LIBS) $(NM) -g -n $@ > $(basename $@).nm $(STRIP) -o $(basename $@) $@ -- cgit v1.2.3