aboutsummaryrefslogtreecommitdiff
path: root/libstdc++
diff options
context:
space:
mode:
authorJason Merrill <jason@yorick.cygnus.com>1998-01-27 10:14:06 +0000
committerJason Merrill <jason@gcc.gnu.org>1998-01-27 05:14:06 -0500
commitc2d339975ecf161f8277573c27a981df89d7bca9 (patch)
tree3c8922a055af58e38041bdfb9391248e913e98be /libstdc++
parent01898d58f0913ffa43192e46a3ceacc041d825d1 (diff)
downloadgcc-c2d339975ecf161f8277573c27a981df89d7bca9.zip
gcc-c2d339975ecf161f8277573c27a981df89d7bca9.tar.gz
gcc-c2d339975ecf161f8277573c27a981df89d7bca9.tar.bz2
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
Diffstat (limited to 'libstdc++')
-rw-r--r--libstdc++/ChangeLog5
-rw-r--r--libstdc++/Makefile.in1
2 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog
index 6f3d31a..c9693ac 100644
--- a/libstdc++/ChangeLog
+++ b/libstdc++/ChangeLog
@@ -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.
diff --git a/libstdc++/Makefile.in b/libstdc++/Makefile.in
index 0af287c..0ae2705 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 \