(install-libobjc): Don't depend on libobjc.a.

From-SVN: r9777
This commit is contained in:
Richard Kenner 1995-05-23 07:27:14 -04:00
parent d27543a720
commit edc0a03c02
1 changed files with 1 additions and 1 deletions

View File

@ -2119,7 +2119,7 @@ install-multilib: stmp-multilib install-dir
done
# Install the objc run time library.
install-libobjc: libobjc.a install-dir
install-libobjc: install-dir
-if [ -f libobjc.a ] ; then \
rm -f $(libsubdir)/libobjc.a; \
$(INSTALL_DATA) libobjc.a $(libsubdir)/libobjc.a; \