Need offset.inc generated early if MODULE_TIED is defined.
This commit is contained in:
parent
0a45722a7e
commit
949d7d5523
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user