]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in (install): Remove the shared library symlink even if we aren't installing it.
authorJason Merrill <jason@yorick.cygnus.com>
Sun, 8 Feb 1998 23:07:50 +0000 (23:07 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 8 Feb 1998 23:07:50 +0000 (16:07 -0700)
        * Makefile.in (install): Remove the shared library symlink even if
        we aren't installing it.

From-SVN: r17788

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

index acf953b13a341f621853013ff308792ce25ac3c3..d0ac79481c85dc18db097e7b90bda90fc00e2321 100644 (file)
@@ -1,3 +1,8 @@
+Mon Feb  9 00:09:16 1998  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * 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.
index 7610726ac244ba398d143380e2cc7a9267d35e58..473037aeebc52698a41809d0f470a4e1f7d75308 100644 (file)
@@ -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 \