diff options
author | Ian Lynagh <igloo@earth.li> | 2007-09-17 09:43:00 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-09-17 09:43:00 +0000 |
commit | 66ae738380ec31be4a721e1ae594c08e71a5b800 (patch) | |
tree | a816da1481935a7b103ccadf226ec24219a0c0de | |
parent | b113ebfade3ef28964a98966a4e6888e562c76e2 (diff) | |
download | haskell-66ae738380ec31be4a721e1ae594c08e71a5b800.tar.gz |
Clean stage<n>/ghc-inplace.c
-rw-r--r-- | compiler/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/Makefile b/compiler/Makefile index 4797814b5e..4691689617 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" |