[project @ 1997-09-01 09:51:13 by simonm]
authorsimonm <unknown>
Mon, 1 Sep 1997 09:51:13 +0000 (09:51 +0000)
committersimonm <unknown>
Mon, 1 Sep 1997 09:51:13 +0000 (09:51 +0000)
Add -1.2 to the happy options if we're using a GHC less than version
2.0.

mk/config.mk.in

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