Fix a slightly mysterious dependency issue.
This commit is contained in:
parent
98ea849d03
commit
b146d2641c
|
@ -3,12 +3,13 @@ D := util/data
|
|||
define util-data-impl
|
||||
|
||||
$(eval g := \
|
||||
$(OBJDIR)/$D/em_flag.c \
|
||||
$(OBJDIR)/$D/em_pseu.c \
|
||||
$(OBJDIR)/$D/em_mnem.c \
|
||||
$(INCDIR)/em_spec.h \
|
||||
$(INCDIR)/em_pseu.h \
|
||||
$(INCDIR)/em_mnem.h \
|
||||
$(OBJDIR)/$D/em_flag.c \
|
||||
$(OBJDIR)/$D/em_pseu.c \
|
||||
$(OBJDIR)/$D/em_mnem.c)
|
||||
)
|
||||
|
||||
$(eval CLEANABLES += $g)
|
||||
$(wordlist 2, $(words $g), $g): $(firstword $g)
|
||||
|
|
Loading…
Reference in a new issue