From: Jason Merrill Date: Sun, 8 Feb 1998 23:07:50 +0000 (+0000) Subject: Makefile.in (install): Remove the shared library symlink even if we aren't installing it. X-Git-Tag: prereleases/egcs-1.0.2-prerelease~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22be4064414c9b24cfd5e53cb1e7f8f8da3758af;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: r17788 --- diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog index acf953b13a34..d0ac79481c85 100644 --- a/libstdc++/ChangeLog +++ b/libstdc++/ChangeLog @@ -1,3 +1,8 @@ +Mon Feb 9 00:09:16 1998 Jason Merrill + + * Makefile.in (install): Remove the shared library symlink even if + we aren't installing it. + Thu Nov 27 01:33:55 1997 Jeffrey A Law (law@cygnus.com) * Makefile.in (install): Change gxx_includedir to gxx_include_dir. diff --git a/libstdc++/Makefile.in b/libstdc++/Makefile.in index 7610726ac244..473037aeebc5 100644 --- a/libstdc++/Makefile.in +++ b/libstdc++/Makefile.in @@ -271,6 +271,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 \