Clean stage<n>/ghc-inplace.c
authorIan Lynagh <igloo@earth.li>
Mon, 17 Sep 2007 09:43:00 +0000 (09:43 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 17 Sep 2007 09:43:00 +0000 (09:43 +0000)
compiler/Makefile

index 4797814..4691689 100644 (file)
@@ -741,6 +741,8 @@ INPLACE_SRC  = $(odir)/ghc-inplace.c
 INPLACE_PROG = $(odir)/ghc-inplace$(_way)$(exeext)
 EXCLUDED_C_SRCS += ghc-inplace.c
 
+CLEAN_FILES += $(INPLACE_SRC)
+
 GHC_PATH=$(FPTOOLS_TOP_ABS)/$(GHC_COMPILER_DIR_REL)/$(GHC_PROG)$(exeext)
 
 ifeq "$(HOSTPLATFORM)" "i386-unknown-mingw32"