From: Jason Merrill Date: Tue, 27 Jan 1998 10:14:06 +0000 (+0000) Subject: Makefile.in (install): Remove the shared library symlink even if we aren't installing it. X-Git-Tag: releases/libf2c-0.5.21~59 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2d339975ecf161f8277573c27a981df89d7bca9;p=thirdparty%2Fgcc.git 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 --- diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog index 6f3d31a67b16..c9693acc4ade 100644 --- a/libstdc++/ChangeLog +++ b/libstdc++/ChangeLog @@ -1,3 +1,8 @@ +Tue Jan 27 10:11:27 1998 Jason Merrill + + * 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. diff --git a/libstdc++/Makefile.in b/libstdc++/Makefile.in index 0af287cf8e0b..0ae270560161 100644 --- a/libstdc++/Makefile.in +++ b/libstdc++/Makefile.in @@ -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 \