Rejig TABLES_NEXT_TO_CODE: the -unreg flag was broken by earlier changes
[ghc-hetmet.git] / includes / Makefile
index a181c23..4e4a82b 100644 (file)
@@ -9,12 +9,16 @@ include $(TOP)/mk/boilerplate.mk
 H_FILES = $(filter-out gmp.h,$(wildcard *.h)) gmp.h
 
 #
-# Options -- if we're building unregisterised, add a couple of -D's
+# Options
 #
 ifeq "$(GhcUnregisterised)" "YES"
 SRC_CC_OPTS += -DNO_REGS -DUSE_MINIINTERPRETER
 endif
 
+ifeq "$(GhcEnableTablesNextToCode) $(GhcUnregisterised)" "YES NO"
+SRC_CC_OPTS += -DTABLES_NEXT_TO_CODE
+endif
+
 SRC_CC_OPTS += -I. -I../rts
 
 ifneq "$(GhcWithSMP)" "YES"