* Makefile.in (NM_FOR_TARGET): Look for ./nm, then
../binutils/nm-new instead of ../binutils/nm.
From-SVN: r41924
+Wed May 9 10:36:18 2001 Alexandre Oliva <aoliva@redhat.com>
+
+ * Makefile.in (NM_FOR_TARGET): Look for ./nm, then
+ ../binutils/nm-new instead of ../binutils/nm.
+
Wed May 9 12:15:46 CEST 2001 Jan Hubicka <jh@suse.cz>
* i386.md (movdi splitter): Fix the splitting condition
|| ( [ "$(host_canonical)" = "$(target)" ] \
&& [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )
NM_FOR_TARGET = ` \
- if [ -f $(objdir)/../binutils/nm ] ; then \
- echo $(objdir)/../binutils/nm ; \
+ if [ -f ./nm ] ; then \
+ echo ./nm ; \
+ elif [ -f $(objdir)/../binutils/nm-new ] ; then \
+ echo $(objdir)/../binutils/nm-new ; \
else \
if [ "$(host_canonical)" = "$(target)" ] ; then \
echo nm; \