From 153ad63a2eabc23cf0b90164a53289f28821e08e Mon Sep 17 00:00:00 2001
From: simonm <unknown>
Date: Mon, 1 Sep 1997 10:03:50 +0000
Subject: [PATCH] [project @ 1997-09-01 10:03:50 by simonm] move the happy
 option-setting bit to the right place.

---
 mk/config.mk.in | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/mk/config.mk.in b/mk/config.mk.in
index 7c1e262f7644..ca9b6ed3004f 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
 #
-- 
GitLab