X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=rts%2FMakefile;h=db1c31e069067b23a91647758d8fc36d5f6c9fdf;hb=1f9d5a8835940fa332f2b1b51ff59e0239b5fc3a;hp=9e30a22e1801fe56825d7335c2fe0623572c7b7e;hpb=bf93e4a1b9750979dd8b7ed45a25adaac84f91a1;p=ghc-hetmet.git diff --git a/rts/Makefile b/rts/Makefile index 9e30a22..db1c31e 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.