[project @ 1997-09-01 10:03:50 by simonm]
authorsimonm <unknown>
Mon, 1 Sep 1997 10:03:50 +0000 (10:03 +0000)
committersimonm <unknown>
Mon, 1 Sep 1997 10:03:50 +0000 (10:03 +0000)
move the happy option-setting bit to the right place.

mk/config.mk.in

index 7c1e262..ca9b6ed 100644 (file)
@@ -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
 #