Add missing POSTCOMPILE step to mi/ file generation rules

A little oversight from my part, it caused the Makefile not to track
the dependencies from mi/*.c files.

gdb/ChangeLog:

	* Makefile.in (%o: $(srcdir)/mi/%.c): Add missing POSTCOMPILE
	step.
This commit is contained in:
Simon Marchi 2016-11-21 16:05:57 -05:00
parent b32e1756d9
commit d0de53e251
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2016-11-21 Simon Marchi <simon.marchi@ericsson.com>
* Makefile.in (%o: $(srcdir)/mi/%.c): Add missing POSTCOMPILE
step.
2016-11-21 Yao Qi <yao.qi@linaro.org>
* guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):

View File

@ -1160,6 +1160,7 @@ all: gdb$(EXEEXT) $(CONFIG_ALL)
%.o: $(srcdir)/mi/%.c
$(COMPILE) $<
$(POSTCOMPILE)
%.o: ${srcdir}/nat/%.c
$(COMPILE) $<