summaryrefslogtreecommitdiff
path: root/rts/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-01-23 17:39:33 +0000
committerIan Lynagh <igloo@earth.li>2008-01-23 17:39:33 +0000
commit1f9d5a8835940fa332f2b1b51ff59e0239b5fc3a (patch)
treee541f77b97403ae77ad1b77e708dc028865be7c0 /rts/Makefile
parentbf93e4a1b9750979dd8b7ed45a25adaac84f91a1 (diff)
downloadhaskell-1f9d5a8835940fa332f2b1b51ff59e0239b5fc3a.tar.gz
Windows now doesn't need different values for DQ in the build system
Diffstat (limited to 'rts/Makefile')
-rw-r--r--rts/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/rts/Makefile b/rts/Makefile
index 9e30a22e18..db1c31e069 100644
--- a/rts/Makefile
+++ b/rts/Makefile
@@ -177,13 +177,8 @@ LIB_LD_OPTS = -L$(shell $(GHC_PKG_INPLACE) field base library-dirs | sed -e 's/l
endif
endif
-ifeq "$(Windows)" "YES"
-# On Windows GHC does its own commandline parsing, so we need extra
-# doublequote protection. Sigh.
-DQ = \\\"
-else
+# XXX DQ is now the same on all platforms, so get rid of it
DQ = \"
-endif
# If Main.c is built with optimisation then the SEH exception stuff on
# Windows gets confused.