summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-10-23 17:44:43 +0000
committerIan Lynagh <igloo@earth.li>2009-10-23 17:44:43 +0000
commite51cdf9b6e54fb4052e46b6d7afb15e062928467 (patch)
tree471af115a469fb65a2bd169fe7955bec7abfef13 /ghc.mk
parent40aeca610ef70b5010248cfd5d6b6f823955f457 (diff)
downloadhaskell-e51cdf9b6e54fb4052e46b6d7afb15e062928467.tar.gz
Make a mingw tree from mingw tarballs
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk12
1 files changed, 0 insertions, 12 deletions
diff --git a/ghc.mk b/ghc.mk
index 28e4f44716..9e1026e00a 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -686,18 +686,6 @@ endif
ifeq "$(Windows)" "YES"
-# directories don't work well as dependencies, hence a stamp file
-$(INPLACE)/stamp-mingw : $(MKDIRHIER)
- $(MKDIRHIER) $(INPLACE_MINGW)/bin
- GCC=`type -p $(WhatGccIsCalled)`; \
- GccDir=`dirname $$GCC`; \
- "$(CP)" -p $$GccDir/{gcc.exe,ar.exe,as.exe,dlltool.exe,dllwrap.exe,windres.exe} $(INPLACE_MINGW)/bin; \
- "$(CP)" -Rp $$GccDir/../include $(INPLACE_MINGW); \
- "$(CP)" -Rp $$GccDir/../lib $(INPLACE_MINGW); \
- "$(CP)" -Rp $$GccDir/../libexec $(INPLACE_MINGW); \
- "$(CP)" -Rp $$GccDir/../mingw32 $(INPLACE_MINGW)
- touch $(INPLACE)/stamp-mingw
-
install : install_mingw
.PHONY: install_mingw
install_mingw : $(INPLACE_MINGW)