X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=build-aux%2Fcccl;h=c614ecbf50c8c25ada408b3750504e78dc52db51;hb=f4e0e0949ab41b230828a98bd72545d40396a370;hp=a00b7f88e3522fb83745c40016b7939d017033eb;hpb=c9b94429894d34fc84bd0db4f9805b5e59f7e454;p=sliver-openvswitch.git diff --git a/build-aux/cccl b/build-aux/cccl index a00b7f88e..c614ecbf5 100644 --- a/build-aux/cccl +++ b/build-aux/cccl @@ -39,7 +39,7 @@ PATH=`echo $PATH | sed -e "s#/usr/bin:##" | sed -e "s#/bin:##"`:/usr/bin case $MACHTYPE in *-msys) - slash="//" + slash="-" ;; *) slash="/" @@ -196,6 +196,6 @@ else opts=$linkopt fi -#echo "$prog $opts" +echo "$prog $opts" exec $prog $opts exit 0