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/HPUX9-posix.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/custom/HPUX9-posix.cfg') diff --git a/make/custom/HPUX9-posix.cfg b/make/custom/HPUX9-posix.cfg index 401a7863a3..16340c4b40 100644 --- a/make/custom/HPUX9-posix.cfg +++ b/make/custom/HPUX9-posix.cfg @@ -70,7 +70,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