diff options
| author | Ian Lynagh <igloo@earth.li> | 2009-08-01 21:26:04 +0000 |
|---|---|---|
| committer | Ian Lynagh <igloo@earth.li> | 2009-08-01 21:26:04 +0000 |
| commit | ac44fa5fba7ac748d0a123df1d32c7461589c110 (patch) | |
| tree | a5bc00a6bde17818ce9faaf76c85a748ef59cf5a | |
| parent | 2fda738875042f7d2339f18b6c8b43ef7901bc94 (diff) | |
| download | haskell-ac44fa5fba7ac748d0a123df1d32c7461589c110.tar.gz | |
Fix "make show" in a bindist
| -rw-r--r-- | Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -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 |
