X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=distrib%2FMakefile;h=a1576727058837a5a985f059ff04e748481ab5e6;hb=db54c49c5bbff861e1b8172b7d5477ce99223cae;hp=a91557e6ee7bd98e0e00ff82fe9ab144191685b1;hpb=730388fc60655b63a9491a1cafa236fea097516c;p=ghc-hetmet.git diff --git a/distrib/Makefile b/distrib/Makefile index a91557e..a157672 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -1,7 +1,7 @@ include Makefile-vars -.PHONY: install postinstall denounce show-install-setup +.PHONY: install-strip install postinstall denounce show-install-setup #.PHONY: in-place # This has bitrotted: @@ -14,6 +14,9 @@ include Makefile-vars # fi # @echo "Finished configuring..to use, add `pwd`/bin/$(platform) to your PATH." +install-strip: + $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install + install :: $(INSTALL_DIR) $(bindir)