Fix "make show" in a bindist
authorIan Lynagh <igloo@earth.li>
Sat, 1 Aug 2009 21:26:04 +0000 (21:26 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 1 Aug 2009 21:26:04 +0000 (21:26 +0000)
Makefile

index 9f516b7..4e5fcbb 100644 (file)
--- 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