]> gcc.gnu.org Git - gcc.git/commitdiff
Makefile.in (install): Remove the shared library symlink even if we aren't installing it.
authorJason Merrill <jason@yorick.cygnus.com>
Tue, 27 Jan 1998 10:14:06 +0000 (10:14 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 27 Jan 1998 10:14:06 +0000 (05:14 -0500)
* Makefile.in (install): Remove the shared library symlink even if
  we aren't installing it.

From-SVN: r17508

libstdc++/ChangeLog
libstdc++/Makefile.in

index 6f3d31a67b1651997dbe1af42dcbed897cff25cf..c9693acc4ade04a0fe224221f0801cc125a33000 100644 (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.
index 0af287cf8e0b2405c6dab833f625303b32edf385..0ae2705601616dc7639ca83cfc0df4c44bbd700d 100644 (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 \
This page took 0.059094 seconds and 5 git commands to generate.