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/Cygwin-posix.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/custom/Cygwin-posix.cfg') diff --git a/make/custom/Cygwin-posix.cfg b/make/custom/Cygwin-posix.cfg index 07922136bf..30621ad0ea 100644 --- a/make/custom/Cygwin-posix.cfg +++ b/make/custom/Cygwin-posix.cfg @@ -19,7 +19,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