diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2006-07-11 04:10:38 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2006-07-11 04:10:38 +0000 |
commit | d92f6055397239bdd946c96dbc14c29ab9964c2b (patch) | |
tree | c04dc9f7b6028f0fe48a712bb294cdd20019118a | |
parent | 7b95e2a837bd2a1998223d900f71c9269870791e (diff) | |
download | gcc-d92f6055397239bdd946c96dbc14c29ab9964c2b.zip gcc-d92f6055397239bdd946c96dbc14c29ab9964c2b.tar.gz gcc-d92f6055397239bdd946c96dbc14c29ab9964c2b.tar.bz2 |
Fix typo
From-SVN: r115328
-rw-r--r-- | gcc/config/t-slibgcc-darwin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/t-slibgcc-darwin b/gcc/config/t-slibgcc-darwin index 7510c13..67c0aed 100644 --- a/gcc/config/t-slibgcc-darwin +++ b/gcc/config/t-slibgcc-darwin @@ -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 |