summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 98261bd4..d6f7846b 100644
--- a/Makefile
+++ b/Makefile
@@ -177,10 +177,6 @@ endef
$(call DEP,$(OBJS),$(conf_dir)/config.make $(conf_dir)/config.h)
$(call DEP,opt/lex.yy.o dbg/lex.yy.o,y.tab.h)
-
-$(eval $(foreach dep,$(OPT_OBJS:.o=.d) $(DBG_OBJS:.o=.d),\
- $(call DEP_INSTANTIATE,$(dep))))
-
lex.yy.c: parser.l
$(call ABBREV,LEX)
$(V)rm -f $@