From: simonmar Date: Thu, 29 May 2003 12:59:55 +0000 (+0000) Subject: [project @ 2003-05-29 12:59:55 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~845 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2841c2c3238de618025369cac0d79ad2db4dc91e;p=ghc-hetmet.git [project @ 2003-05-29 12:59:55 by simonmar] Clean AutoApply.hc too. --- 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.