diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-28 02:18:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-28 02:18:01 +0000 |
commit | f4e08f040c64ec145f48505fcb177c934acc2606 (patch) | |
tree | c00e2bfea8e8a38ca698d177fccac3985ef11834 /sys-devel/libtool | |
parent | make sure dejagnu exists before trying to run tests and mark amd64/arm/hppa/i... (diff) | |
download | gentoo-2-f4e08f040c64ec145f48505fcb177c934acc2606.tar.gz gentoo-2-f4e08f040c64ec145f48505fcb177c934acc2606.tar.bz2 gentoo-2-f4e08f040c64ec145f48505fcb177c934acc2606.zip |
Fix typo in the tag infer patch.
Diffstat (limited to 'sys-devel/libtool')
-rw-r--r-- | sys-devel/libtool/files/1.5.6/libtool-1.5-filter-host-tags.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/libtool/files/1.5.6/libtool-1.5-filter-host-tags.patch b/sys-devel/libtool/files/1.5.6/libtool-1.5-filter-host-tags.patch index d70b1b7befc2..ce1cb4698dd6 100644 --- a/sys-devel/libtool/files/1.5.6/libtool-1.5-filter-host-tags.patch +++ b/sys-devel/libtool/files/1.5.6/libtool-1.5-filter-host-tags.patch @@ -5,7 +5,7 @@ CC_quoted="$CC_quoted $arg" done + # user sometimes does CC=<HOST>-gcc so we need to match that to 'gcc' -+ trimedcc=`echo ${CC} | $SED -e "/${host}-//g"` ++ trimedcc=`echo ${CC} | $SED -e "s/${host}-//g"` + # and sometimes libtool has CC=<HOST>-gcc but user does CC=gcc + extendcc=${host}-${CC} case "$@ " in |