From: simonm Date: Mon, 1 Sep 1997 10:03:50 +0000 (+0000) Subject: [project @ 1997-09-01 10:03:50 by simonm] X-Git-Tag: Approximately_1000_patches_recorded~80 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=153ad63a2eabc23cf0b90164a53289f28821e08e [project @ 1997-09-01 10:03:50 by simonm] move the happy option-setting bit to the right place. --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 7c1e262..ca9b6ed 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -417,6 +417,9 @@ endif # # SRC_HC_OPTS += -O +ifeq ($(Ghc2_0),NO) +SRC_HAPPY_OPTS += -1.2 +endif ################################################################################# # @@ -610,10 +613,6 @@ ifeq "$(HAPPY)" "" HAPPY = $(HAPPY_PREFIX)happy endif -ifeq ($(Ghc2_0),NO) -SRC_HAPPY_OPTS = -1.2 -endif - # # Stuff from fptools/literate #