diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-06-07 10:06:48 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-06-07 10:06:48 (GMT) |
commit | cf9b391b40a9c59a620c8093d438370381949c60 (patch) | |
tree | 87ccfef1ad6729969b943d416774b131ab62dc1e | |
parent | e68d7618744888d772e90068e395691a917c5e88 (diff) | |
download | swift-contrib-cf9b391b40a9c59a620c8093d438370381949c60.zip swift-contrib-cf9b391b40a9c59a620c8093d438370381949c60.tar.bz2 |
Remove cccl workaround for clashing 'link' commands.
QMake makefiles have the same problem, so we need a better solution.
-rwxr-xr-x | autoconf/cccl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/autoconf/cccl b/autoconf/cccl index 86eda96..8cb2866 100755 --- a/autoconf/cccl +++ b/autoconf/cccl @@ -33,10 +33,6 @@ EOF exit $1 } -# Put /usr/bin last in the path, to avoid clashes with MSVC's link -# Ugly workaround, but should work -PATH=`echo $PATH | sed -e "s#/usr/bin:##" | sed -e "s#/bin:##"`:/usr/bin - case $MACHTYPE in *-msys) slash="//" |