diff options
author | simonmar <unknown> | 2005-03-11 12:54:08 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-03-11 12:54:08 +0000 |
commit | d3f1a4de5b62668d05bfb34a466c2e6b758abda8 (patch) | |
tree | 0df361a28531a4b09faf85f261eb7e0373f53165 /ghc/utils | |
parent | 3981b966a4c3cf49356d6b46dff02b75663dd9c3 (diff) | |
download | haskell-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/Makefile | 2 |
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)" "" |