diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-02-09 20:30:41 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-02-09 20:30:41 -0800 |
commit | bf296b3008be7e17074ccb1a95bc1d560c390e02 (patch) | |
tree | 5bb64431c4a12bfba012fc241fd0a3ffaec5f55c | |
parent | 78b0d6da00a4df76718efe2a2989b3f4e056aa3c (diff) | |
download | txr-bf296b3008be7e17074ccb1a95bc1d560c390e02.tar.gz txr-bf296b3008be7e17074ccb1a95bc1d560c390e02.tar.bz2 txr-bf296b3008be7e17074ccb1a95bc1d560c390e02.zip |
* Makefile: Removing bogus eval which refers to nonexistent
DEP_INSTANTIATE macro.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile | 4 |
2 files changed, 5 insertions, 4 deletions
@@ -1,5 +1,10 @@ 2015-02-09 Kaz Kylheku <kaz@kylheku.com> + * Makefile: Removing bogus eval which refers to nonexistent + DEP_INSTANTIATE macro. + +2015-02-09 Kaz Kylheku <kaz@kylheku.com> + * Makefile (clean): Remove $(EXTRA_OBJS-y) so the Windows .res file is removed. @@ -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 $@ |