X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=boot;h=9c5f1c5d7f2b717ae7b900d9831ccd77b6f9f8cb;hp=0cdee985f69dfc7a3a4a41dd6b207691456d24a2;hb=f986a83107850e6031a0635d49fe99d8a3e9085e;hpb=637e621af0214877c98cb3ca5ae4dca5f737c316 diff --git a/boot b/boot index 0cdee98..9c5f1c5 100644 --- a/boot +++ b/boot @@ -56,7 +56,7 @@ for f in $libraries; do else stage=1 fi - top=`echo $f | sed "s/[^/]*/../g"` + top=`echo $f | sed 's#[^/]\+#..#g'` echo "${f}_PACKAGE = ${pkg}" >> $f/ghc.mk echo "\$(eval \$(call build-package,${f},dist-install,${stage}))" >> $f/ghc.mk rm -f $f/GNUmakefile