From: jason Date: Tue, 27 Jan 1998 10:14:06 +0000 (+0000) Subject: * Makefile.in (install): Remove the shared library symlink even if X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d40faad762d66b847adc930023cad51153d8d7b;p=platform%2Fupstream%2Flinaro-gcc.git * Makefile.in (install): Remove the shared library symlink even if we aren't installing it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17508 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 + + * 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 \