Skip to content
Snippets Groups Projects
Commit 33939049 authored by sof's avatar sof
Browse files

[project @ 1998-04-16 10:03:50 by sof]

happy setup: move -g from suffix rule into Makefiles
parent 9feebf2b
No related branches found
No related tags found
No related merge requests found
# -----------------------------------------------------------------------------
# $Id: Makefile,v 1.37 1998/03/08 22:44:44 simonpj Exp $
# $Id: Makefile,v 1.38 1998/04/16 10:04:12 sof Exp $
TOP = ..
include $(TOP)/mk/boilerplate.mk
......@@ -165,6 +165,7 @@ reader/Lex_HC_OPTS = -K2m -H16m -fvia-C -DPROJECTVERSION=$(GhcProjectVersionInt
reader/ReadPrefix_HC_OPTS = -fvia-C '-\#include"hspincl.h"' -H10m
rename/ParseIface_HC_OPTS += -Onot -H30m -fno-warn-incomplete-patterns
rename/ParseIface_HAPPY_OPTS += -g
ifeq "$(TARGETPLATFORM)" "hppa1.1-hp-hpux9"
rename/RnMonad_HC_OPTS = -fvia-C -O2 -O2-for-C
......
......@@ -103,7 +103,7 @@ SRC_HC_PRE_OPTS += $(HC_PRE__)
.PRECIOUS: %.hs
%.hs : %.ly
$(HAPPY) $(HAPPY_OPTS) -g $<
$(HAPPY) $(HAPPY_OPTS) $<
#-----------------------------------------------------------------------------
# Lx Suffix Rules
......
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