(install-cross-tools): Install nm from tooldir.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Aug 1992 00:28:05 +0000 (00:28 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Aug 1992 00:28:05 +0000 (00:28 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1759 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/Makefile.in

index bd5f830..30f8126 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  \