X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=build-aux%2Fcccl;h=d6915aaffc9d4c18014937df419523f46a454a2a;hb=94887cf4caa74bfb5c2fd163cb99b145a6d6e2fb;hp=855f1831e85ebb285913df155899f723f9d75bb9;hpb=c2dc87c9a4b1d995561ced8f8152b138a11ceb5b;p=sliver-openvswitch.git diff --git a/build-aux/cccl b/build-aux/cccl index 855f1831e..d6915aaff 100644 --- a/build-aux/cccl +++ b/build-aux/cccl @@ -91,7 +91,7 @@ EOF -L*) path=`echo "$1" | sed 's/-L//'` - linkopt="$linkopt ${slash}LIBPATH:\"$path\"" + linkopt="$linkopt ${slash}LIBPATH:$path" cl_linkopt="${slash}link ${slash}LIBPATH:\"$path\"" ;;