summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d6f7846b..89ebcc32 100644
--- a/Makefile
+++ b/Makefile
@@ -174,7 +174,9 @@ endef
-include $(OBJS:.o=.d) $(OBJS:.o=.v)
# Add dependencies
-$(call DEP,$(OBJS),$(conf_dir)/config.make $(conf_dir)/config.h)
+$(call DEP,$(OBJS) $(EXTRA_OBJS-y),\
+ $(conf_dir)/config.make $(conf_dir)/config.h)
+
$(call DEP,opt/lex.yy.o dbg/lex.yy.o,y.tab.h)
lex.yy.c: parser.l