summaryrefslogtreecommitdiff
path: root/ghc
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-03-03 22:37:57 +0000
committerIan Lynagh <ian@well-typed.com>2013-03-03 22:37:57 +0000
commit8640750e136f98767fc0678b35a20a6fb7970241 (patch)
tree047e9c40f0b33614358ca4925714709f28699a9e /ghc
parent7cef4375e696fd226399ea2b22efef0927680e8e (diff)
downloadhaskell-8640750e136f98767fc0678b35a20a6fb7970241.tar.gz
Use the automatic variables for touchy too
Diffstat (limited to 'ghc')
-rw-r--r--ghc/ghc.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/ghc/ghc.mk b/ghc/ghc.mk
index 292ae92cfa..3466b51e6f 100644
--- a/ghc/ghc.mk
+++ b/ghc/ghc.mk
@@ -156,9 +156,9 @@ $(GHC_STAGE3) : | $$(ghc-split_INPLACE)
endif
ifeq "$(Windows_Host)" "YES"
-$(GHC_STAGE1) : | $(TOUCHY)
-$(GHC_STAGE2) : | $(TOUCHY)
-$(GHC_STAGE3) : | $(TOUCHY)
+$(GHC_STAGE1) : | $$(touchy_INPLACE)
+$(GHC_STAGE2) : | $$(touchy_INPLACE)
+$(GHC_STAGE3) : | $$(touchy_INPLACE)
endif
endif