X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=4e5fcbb002324a4042204fdd68b87263ec0f8a0d;hb=431453c003b867a2fe33d8634ee830d062be5a96;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