From 54d3d1e1558d6b44a406d4afee12bcd203d02dff Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 8 Mar 1999 21:41:09 +0000 Subject: Added $(CPPFLAGS) to all gcc 2.8 style make-exe rules. --- make/custom/p4600.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make/custom/p4600.cfg') diff --git a/make/custom/p4600.cfg b/make/custom/p4600.cfg index 8f77c8c2af..6257c0ea90 100644 --- a/make/custom/p4600.cfg +++ b/make/custom/p4600.cfg @@ -81,8 +81,8 @@ define make-exe endef else define make-exe - $(CC) $(CFLAGS) $(CFLAGS_LD) -o $(basename $@).exe $(LINK_OBJS) \ - $(LINK_LIBS) + $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) \ + -o $(basename $@).exe $(LINK_OBJS) $(LINK_LIBS) $(OBJCOPY) -O srec $(basename $@).exe $(basename $@).srec1 $(PACKHEX) < $(basename $@).srec1 > $(basename $@).srec $(RM) $(basename $@).srec1 -- cgit v1.2.3