X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=distrib%2FMakefile;h=ee1b962f79d00302b2c832da8ce87395ff0b2973;hb=bd2a36fc0a209c119e9451376b18e3c9b199d4f5;hp=f05899605b93a2b7969ee358d543be817f1ab654;hpb=10826f440c5ff666a70c03ddc3c94acffbf10102;p=ghc-hetmet.git diff --git a/distrib/Makefile b/distrib/Makefile index f058996..ee1b962 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)