From bf296b3008be7e17074ccb1a95bc1d560c390e02 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 9 Feb 2015 20:30:41 -0800 Subject: * Makefile: Removing bogus eval which refers to nonexistent DEP_INSTANTIATE macro. --- ChangeLog | 5 +++++ Makefile | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9458fb60..b5f186d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-02-09 Kaz Kylheku + + * Makefile: Removing bogus eval which refers to nonexistent + DEP_INSTANTIATE macro. + 2015-02-09 Kaz Kylheku * Makefile (clean): Remove $(EXTRA_OBJS-y) so the Windows .res 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 $@ -- cgit v1.2.3