X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FMakefile;h=0095419c4bcb44c59fad19ca2e5431a04b49a89d;hb=aed0554eb789d949b196230a9d25c38e2c6e14d9;hp=71b53fb25aae11a4a30e1a4108566f95daae14bd;hpb=b49514af620e5956d11698987a20cb0064629668;p=ghc-hetmet.git 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))