Need offset.inc generated early if MODULE_TIED is defined.

This commit is contained in:
bdrewery 2018-07-03 21:15:47 +00:00
parent 0a45722a7e
commit 949d7d5523

View File

@ -467,6 +467,9 @@ CLEANFILES+= assym.inc
DEPENDOBJS+= genassym.o
DPSRCS+= offset.inc
.endif
.if defined(MODULE_TIED)
DPSRCS+= offset.inc
.endif
.if !empty(SRCS:Moffset.inc) || !empty(DPSRCS:Moffset.inc)
CLEANFILES+= offset.inc genoffset.o
DEPENDOBJS+= genoffset.o