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/FreeBSD-posix.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/custom/FreeBSD-posix.cfg') diff --git a/make/custom/FreeBSD-posix.cfg b/make/custom/FreeBSD-posix.cfg index 16afdcbe87..92aa9c5c8d 100644 --- a/make/custom/FreeBSD-posix.cfg +++ b/make/custom/FreeBSD-posix.cfg @@ -71,7 +71,7 @@ define make-target-options endef define make-exe - $(CC) $(CFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS) + $(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS) $(NM) -ng $@ > $(basename $@).num $(SIZE) $@ endef -- cgit v1.2.3