summaryrefslogtreecommitdiff
path: root/ghc/utils
diff options
context:
space:
mode:
authorsimonmar <unknown>2005-03-11 12:54:08 +0000
committersimonmar <unknown>2005-03-11 12:54:08 +0000
commitd3f1a4de5b62668d05bfb34a466c2e6b758abda8 (patch)
tree0df361a28531a4b09faf85f261eb7e0373f53165 /ghc/utils
parent3981b966a4c3cf49356d6b46dff02b75663dd9c3 (diff)
downloadhaskell-d3f1a4de5b62668d05bfb34a466c2e6b758abda8.tar.gz
[project @ 2005-03-11 12:54:08 by simonmar]
oops, forgot to clean runhaskell
Diffstat (limited to 'ghc/utils')
-rw-r--r--ghc/utils/runghc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/ghc/utils/runghc/Makefile b/ghc/utils/runghc/Makefile
index a083a50d41..0bd4330d2e 100644
--- a/ghc/utils/runghc/Makefile
+++ b/ghc/utils/runghc/Makefile
@@ -36,6 +36,8 @@ all :: runhaskell
runhaskell : $(HS_PROG)
$(CP) $< runhaskell$(exeext)
+CLEAN_FILES += runhaskell
+
# Only install runhaskell if there isn't already one installed
ifneq "$(findstring install, $(MAKECMDGOALS))" ""
ifeq "$(wildcard $(bindir)/runhaskell)" ""