Fixed a parallel build race condition (forgot to declare a dependency to
the makefile).
This commit is contained in:
parent
6a340ea1bd
commit
2271bcd0a7
|
@ -26,7 +26,7 @@ $(call cfile, $D/var.c)
|
|||
$(call cfile, $D/hall.c)
|
||||
|
||||
$(eval CLEANABLES += $(OBJDIR)/$D/enterkeyw.c)
|
||||
$(OBJDIR)/$D/enterkeyw.c: $D/cvtkeywords $D/keywords
|
||||
$(OBJDIR)/$D/enterkeyw.c: $D/cvtkeywords $D/keywords $(OBJDIR)/$D/y.tab.h
|
||||
@echo KEYWORDS $$@
|
||||
@mkdir -p $$(dir $$@)
|
||||
$(hide) cd $$(dir $$@) && sh $(abspath $D/cvtkeywords) $(abspath $D/keywords)
|
||||
|
|
Loading…
Reference in a new issue