From 596629a20d03d3530fc1aac3f39ef9524becb004 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 18 Jan 2007 10:21:37 +0000 Subject: [PATCH] =?UTF-8?q?2007-01-18=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * custom/gensh1.cfg, custom/gensh2.cfg, custom/gensh4.cfg, custom/hurricane.cfg, custom/rbtx4925.cfg, custom/simsh4.cfg: Use $(NM) -g -n instead of $(NM) -n. --- make/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/make/ChangeLog b/make/ChangeLog index 58143f3c45..a9fc1fcc6d 100644 --- a/make/ChangeLog +++ b/make/ChangeLog @@ -1,5 +1,8 @@ 2007-01-18 Ralf Corsépius + * custom/gensh1.cfg, custom/gensh2.cfg, custom/gensh4.cfg, + custom/hurricane.cfg, custom/rbtx4925.cfg, custom/simsh4.cfg: + Use $(NM) -g -n instead of $(NM) -n. * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg, custom/HPUX9-posix.cfg, custom/Linux-posix.cfg, custom/Solaris-posix.cfg: Use $(NM) -g -n instead of $(NM) -ng.