X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=distrib%2FMakefile;h=ee1b962f79d00302b2c832da8ce87395ff0b2973;hb=0a50b1a7c93cd121405dc09e7a4d2ab145aec0b7;hp=d60e1117f6970af402825eb73b8e4275c1ad2a58;hpb=094f9feafaf83190891736ddd8d1d7213f4293c4;p=ghc-hetmet.git diff --git a/distrib/Makefile b/distrib/Makefile index d60e111..ee1b962 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -1,16 +1,17 @@ include Makefile-vars -.PHONY: in-place mk-version-symlinks install-dirs install +.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)