From ae51c8026f25d9602cc72f67dbe002bf563a1785 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 18 Jan 2007 10:13:01 +0000 Subject: Use $(NM) -g -n instead of $(NM) -ng. --- 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 af7b33bffe..9b4e3b6439 100644 --- a/make/custom/HPUX9-posix.cfg +++ b/make/custom/HPUX9-posix.cfg @@ -20,7 +20,7 @@ CFLAGS_OPTIMIZE_V = -O2 define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS) - $(NM) -ng $@ > $(basename $@).num + $(NM) -g -n $@ > $(basename $@).num $(SIZE) $@ endef -- cgit v1.2.3