diff options
author | Ian Lynagh <igloo@earth.li> | 2008-01-23 17:39:33 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-01-23 17:39:33 +0000 |
commit | 1f9d5a8835940fa332f2b1b51ff59e0239b5fc3a (patch) | |
tree | e541f77b97403ae77ad1b77e708dc028865be7c0 /compiler/Makefile | |
parent | bf93e4a1b9750979dd8b7ed45a25adaac84f91a1 (diff) | |
download | haskell-1f9d5a8835940fa332f2b1b51ff59e0239b5fc3a.tar.gz |
Windows now doesn't need different values for DQ in the build system
Diffstat (limited to 'compiler/Makefile')
-rw-r--r-- | compiler/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/compiler/Makefile b/compiler/Makefile index 7fb6eeaa4e..a7d8452e48 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -95,15 +95,8 @@ ifeq "$(stage)" "" stage=1 endif -ifeq "$(HOSTPLATFORM)" "i386-unknown-mingw32" -ifeq "$(stage)" "1" +# XXX DQ is now the same on all platforms, so get rid of it DQ = \" -else -DQ = \\\" -endif -else -DQ = \" -endif .DUMMY: stage_dir stage_dirs : |