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
This commit is contained in:
parent
01898d58f0
commit
c2d339975e
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue