* Makefile.in (install): Remove the shared library symlink even if
we aren't installing it.
From-SVN: r17788
+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.
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 \