From 2841c2c3238de618025369cac0d79ad2db4dc91e Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 29 May 2003 12:59:55 +0000 Subject: [PATCH] [project @ 2003-05-29 12:59:55 by simonmar] Clean AutoApply.hc too. --- ghc/rts/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index cedfd45..19163ee 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -168,6 +168,8 @@ $(AUTO_APPLY): $(GHC_GENAPPLY) EXTRA_SRCS += $(AUTO_APPLY) +CLEAN_FILES += $(AUTO_APPLY) + # ----------------------------------------------------------------------------- # # Building DLLs is only supported on mingw32 at the moment. -- 1.7.10.4