X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=boot;h=3cb9f6aba5514025a2e7d63ab3b5c19198ccab33;hb=431e40e1a2f795d5069d97661b7cd55f3e3b05bf;hp=0cdee985f69dfc7a3a4a41dd6b207691456d24a2;hpb=6a0424c5df63b6f84c29b1dbf6412ffaf5279a54;p=ghc-hetmet.git diff --git a/boot b/boot index 0cdee98..3cb9f6a 100644 --- a/boot +++ b/boot @@ -56,8 +56,9 @@ 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 "${f}_dist-install_GROUP = libraries" >> $f/ghc.mk echo "\$(eval \$(call build-package,${f},dist-install,${stage}))" >> $f/ghc.mk rm -f $f/GNUmakefile echo "Creating $f/GNUmakefile"