OSDN Git Service

* Makefile.in (install): Remove the shared library symlink even if
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Jan 1998 10:14:06 +0000 (10:14 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Jan 1998 10:14:06 +0000 (10:14 +0000)
  we aren't installing it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17508 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 6f3d31a..c9693ac 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 0af287c..0ae2705 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 \