From: Richard Stallman Date: Tue, 4 Aug 1992 00:28:05 +0000 (+0000) Subject: (install-cross-tools): Install nm from tooldir. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=027cec3ba13e98b554378b1e57ebfc1791b3f2c5;p=gcc.git (install-cross-tools): Install nm from tooldir. From-SVN: r1759 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index bd5f830d59b..30f8126c151 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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 \