From 66ae738380ec31be4a721e1ae594c08e71a5b800 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 17 Sep 2007 09:43:00 +0000 Subject: [PATCH] Clean stage/ghc-inplace.c --- compiler/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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" -- 1.7.10.4