From c2d339975ecf161f8277573c27a981df89d7bca9 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 27 Jan 1998 10:14:06 +0000 Subject: [PATCH] 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 --- libstdc++/ChangeLog | 5 +++++ libstdc++/Makefile.in | 1 + 2 files changed, 6 insertions(+) diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog index 6f3d31a67b1..c9693acc4ad 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 0af287cf8e0..0ae27056016 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 \ -- 2.30.2