From: simonmar Date: Tue, 22 Jul 2003 14:51:50 +0000 (+0000) Subject: [project @ 2003-07-22 14:51:50 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~664 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b7c9e4a4a2f6227ade716c7e6d4c218e6690dd3a [project @ 2003-07-22 14:51:50 by simonmar] When GhcUnregisterised=YES, we must tell genapply about it. --- diff --git a/ghc/utils/genapply/Makefile b/ghc/utils/genapply/Makefile index 80f6c04..394d884 100644 --- a/ghc/utils/genapply/Makefile +++ b/ghc/utils/genapply/Makefile @@ -14,4 +14,8 @@ ifeq "$(ghc_ge_504)" "NO" SRC_HC_OPTS += -package lang -package util -package text endif +ifeq "$(GhcUnregisterised)" "YES" +SRC_HC_OPTS += -DNO_REGS +endif + include $(TOP)/mk/target.mk