summaryrefslogtreecommitdiff
path: root/utils/runghc/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-03-05 16:20:45 +0000
committerIan Lynagh <igloo@earth.li>2009-03-05 16:20:45 +0000
commitbb57db143d9c0207e4c2c4c24ceb688714c2980d (patch)
treed1d0d00ebc96785b33370c3493bfed5bbfa2ec9b /utils/runghc/Makefile
parent8ffd91b6102f4ad3111cabdf6bdb1998f257887f (diff)
downloadhaskell-bb57db143d9c0207e4c2c4c24ceb688714c2980d.tar.gz
Add --version to runghc. Trac #2757.
We use the GHC version number, as the old runghc one doesn't seem very useful.
Diffstat (limited to 'utils/runghc/Makefile')
-rw-r--r--utils/runghc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/runghc/Makefile b/utils/runghc/Makefile
index 0b606de638..1415921b04 100644
--- a/utils/runghc/Makefile
+++ b/utils/runghc/Makefile
@@ -5,5 +5,8 @@ ENABLE_SHELL_WRAPPERS = YES
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/cabal.mk
+distclean maintainer-clean:
+ $(RM) -f runghc.cabal
+
# XXX Need to make runhaskell somehow