From: Ian Lynagh Date: Mon, 17 Sep 2007 09:43:00 +0000 (+0000) Subject: Clean stage/ghc-inplace.c X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=66ae738380ec31be4a721e1ae594c08e71a5b800 Clean stage/ghc-inplace.c --- diff --git a/compiler/Makefile b/compiler/Makefile index 4797814..4691689 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -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"