(install-cross-tools): Install nm from tooldir.

From-SVN: r1759
This commit is contained in:
Richard Stallman 1992-08-04 00:28:05 +00:00
parent 600a5d8863
commit 027cec3ba1

View 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 \