From: simonm Date: Mon, 1 Sep 1997 09:51:13 +0000 (+0000) Subject: [project @ 1997-09-01 09:51:13 by simonm] X-Git-Tag: Approximately_1000_patches_recorded~81 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4a30fe22ba4cc967847b946a0ad875098a91c305;p=ghc-hetmet.git [project @ 1997-09-01 09:51:13 by simonm] Add -1.2 to the happy options if we're using a GHC less than version 2.0. --- diff --git a/mk/config.mk.in b/mk/config.mk.in index fb9f40f..7c1e262 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -610,6 +610,10 @@ ifeq "$(HAPPY)" "" HAPPY = $(HAPPY_PREFIX)happy endif +ifeq ($(Ghc2_0),NO) +SRC_HAPPY_OPTS = -1.2 +endif + # # Stuff from fptools/literate #