From-SVN: r115328
This commit is contained in:
Mike Stump 2006-07-11 04:10:38 +00:00
parent 7b95e2a837
commit d92f605539
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ install-darwin-libgcc-stubs : $(INSTALL_FILES) installdirs install-multilib \
if [ -f $(DESTDIR)$(slibdir)/libgcc_s_ppc64.1.dylib ]; then \
rm -f $(DESTDIR)$(slibdir)/libgcc_s_ppc64.1.dylib; \
else true; fi
$(LN_S) ./libgcc_s.1.dylib \
$(LN_S) libgcc_s.1.dylib \
$(DESTDIR)$(slibdir)/libgcc_s_ppc64.1.dylib
INSTALL_LIBGCC += install-darwin-libgcc-stubs