From 9523a2fb2540a0a86d3bf076e71c0538c0f19ff6 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 10 Feb 2008 17:11:04 +0000 Subject: [PATCH] Wibble the Makefile: DQ, \" and '"' --- compiler/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/compiler/Makefile b/compiler/Makefile index 71b53fb..0095419 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -95,9 +95,6 @@ ifeq "$(stage)" "" stage=1 endif -# XXX DQ is now the same on all platforms, so get rid of it -DQ = \" - .DUMMY: stage_dir stage_dirs : $(MKDIRHIER) stage$(stage) @@ -985,7 +982,7 @@ ifeq "$(BUILD_GHC_PACKAGE)" "YES" all :: $(GHC_PROG) endif -$(odir)/main/Config.$(way_)o: SRC_HC_OPTS+=-DSTAGE=$(DQ)$(stage)$(DQ) +$(odir)/main/Config.$(way_)o: SRC_HC_OPTS+=-DSTAGE='"$(stage)"' ifneq "$(findstring $(stage), 2 3)" "" $(warning LIBRARY is $(LIBRARY)) -- 1.7.10.4