Commit c2d33997 by Jason Merrill Committed by Jason Merrill

Makefile.in (install): Remove the shared library symlink even if we aren't installing it.

	* Makefile.in (install): Remove the shared library symlink even if
 	we aren't installing it.

From-SVN: r17508
parent 01898d58
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.
......
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment