From: simonmar Date: Fri, 11 Mar 2005 12:54:08 +0000 (+0000) Subject: [project @ 2005-03-11 12:54:08 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~917 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d3f1a4de5b62668d05bfb34a466c2e6b758abda8;p=ghc-hetmet.git [project @ 2005-03-11 12:54:08 by simonmar] oops, forgot to clean runhaskell --- diff --git a/ghc/utils/runghc/Makefile b/ghc/utils/runghc/Makefile index a083a50..0bd4330 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)" ""