X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=distrib%2FMakefile;h=3cbacc21e3ee782ebea60f70f56c34bb3e3b3f5d;hb=29897cfe9c9cf1363b89f4eb177c85329a8ca1e5;hp=f05899605b93a2b7969ee358d543be817f1ab654;hpb=10826f440c5ff666a70c03ddc3c94acffbf10102;p=ghc-hetmet.git diff --git a/distrib/Makefile b/distrib/Makefile index f058996..3cbacc2 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -3,14 +3,15 @@ include Makefile-vars .PHONY: in-place mk-version-symlinks install -in-place :: - @if test -x "./post-inplace-script" ; then \ - echo "Running project-specific post-inplace script ..." ; \ - ./post-inplace-script $(platform) `pwd` \ - $(package)-$(version); \ - echo "Done" ; \ - fi - @echo "Finished configuring..to use, add `pwd`/bin/$(platform) to your PATH." +# This has bitrotted: +#in-place :: +# @if test -x "./post-inplace-script" ; then \ +# echo "Running project-specific post-inplace script ..." ; \ +# ./post-inplace-script $(platform) `pwd` \ +# $(package)-$(version); \ +# echo "Done" ; \ +# fi +# @echo "Finished configuring..to use, add `pwd`/bin/$(platform) to your PATH." install :: $(INSTALL_DIR) $(bindir) @@ -24,6 +25,7 @@ install:: $(MAKE) -C rts install DOING_BIN_DIST=YES $(MAKE) -C libraries install DOING_BIN_DIST=YES $(MAKE) -C compiler install DOING_BIN_DIST=YES + $(INSTALL_DATA) $(INSTALL_OPTS) extra-gcc-opts $(libdir) install :: install-docs postinstall denounce