X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=boot;h=3cb9f6aba5514025a2e7d63ab3b5c19198ccab33;hb=9ee105bd1f977a8fd68281e7658383d5a0c86156;hp=9c5f1c5d7f2b717ae7b900d9831ccd77b6f9f8cb;hpb=f986a83107850e6031a0635d49fe99d8a3e9085e;p=ghc-hetmet.git diff --git a/boot b/boot index 9c5f1c5..3cb9f6a 100644 --- a/boot +++ b/boot @@ -58,6 +58,7 @@ for f in $libraries; do fi 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"