From d3f1a4de5b62668d05bfb34a466c2e6b758abda8 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 11 Mar 2005 12:54:08 +0000 Subject: [PATCH] [project @ 2005-03-11 12:54:08 by simonmar] oops, forgot to clean runhaskell --- ghc/utils/runghc/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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)" "" -- 1.7.10.4