(install-cross-tools): Install nm from tooldir.
authorRichard Stallman <rms@gnu.org>
Tue, 4 Aug 1992 00:28:05 +0000 (00:28 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 4 Aug 1992 00:28:05 +0000 (00:28 +0000)
From-SVN: r1759

gcc/Makefile.in

index bd5f830d59bbba56ac53d7e9801cda14ffe21d95..30f8126c1512327a6354f4b1863cc4b32bb10a91 100644 (file)
@@ -1295,7 +1295,7 @@ install-cross-tools: install-dir
        then \
          if [ -d $(tooldir)/. ] ; \
          then \
-           for file in as ld ar ranlib; do \
+           for file in as ld ar nm ranlib; do \
              if [ -f $(libsubdir)/$$file ] ; \
              then true; \
              else  \