Makefile.in (install): Remove the shared library symlink even if we aren't installing it.

* Makefile.in (install): Remove the shared library symlink even if
 	we aren't installing it.

From-SVN: r17508
This commit is contained in:
Jason Merrill 1998-01-27 10:14:06 +00:00 committed by Jason Merrill
parent 01898d58f0
commit c2d339975e
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Tue Jan 27 10:11:27 1998 Jason Merrill <jason@yorick.cygnus.com>
* Makefile.in (install): Remove the shared library symlink even if
we aren't installing it.
Tue Jan 27 10:29:44 1998 H.J. Lu (hjl@gnu.org)
* configure.in (topsrcdir): New.

View file

@ -272,6 +272,7 @@ install:
else true ; \
fi
rootme=`pwd`/ ; export rootme ; \
rm -f $(INSTALLDIR)$(MULTISUBDIR)/$(SHLINK) ; \
for FILE in $(LIBS) ; do \
rm -f $(INSTALLDIR)$(MULTISUBDIR)/$$FILE ; \
if [ $$FILE = $(SHLINK) ] ; then \