X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=4e5fcbb002324a4042204fdd68b87263ec0f8a0d;hb=e43a5e498520b933a0d9f4c7e9ddfb7ed2032cfd;hp=9f516b74157e31ac9bca4306788b2eb417c3dbc0;hpb=fc14af2094379104a330f3d47e72ef26bb0348b0;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index 9f516b7..4e5fcbb 100644 --- a/Makefile +++ b/Makefile @@ -19,13 +19,9 @@ default: @echo 'Run "make install" to install' @false -.PHONY: install -install: - $(MAKE) -r --no-print-directory -f ghc.mk install BINDIST=YES NO_INCLUDE_DEPS=YES - -.PHONY: show -show: - $(MAKE) -r --no-print-directory -f ghc.mk $@ +.PHONY: install show +install show: + $(MAKE) -r --no-print-directory -f ghc.mk $@ BINDIST=YES NO_INCLUDE_DEPS=YES else