Skip to content
Snippets Groups Projects
Commit 153ad63a authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-09-01 10:03:50 by simonm]

move the happy option-setting bit to the right place.
parent 4a30fe22
No related merge requests found
......@@ -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
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment