Commit d92f6055 by Mike Stump

Fix typo

From-SVN: r115328
parent 7b95e2a8
......@@ -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
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