summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-08-01 21:26:04 +0000
committerIan Lynagh <igloo@earth.li>2009-08-01 21:26:04 +0000
commitac44fa5fba7ac748d0a123df1d32c7461589c110 (patch)
treea5bc00a6bde17818ce9faaf76c85a748ef59cf5a /Makefile
parent2fda738875042f7d2339f18b6c8b43ef7901bc94 (diff)
downloadhaskell-ac44fa5fba7ac748d0a123df1d32c7461589c110.tar.gz
Fix "make show" in a bindist
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 9f516b7415..4e5fcbb002 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