mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
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:
@ -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>
|
2016-11-21 Yao Qi <yao.qi@linaro.org>
|
||||||
|
|
||||||
* guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
|
* guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
|
||||||
|
@ -1160,6 +1160,7 @@ all: gdb$(EXEEXT) $(CONFIG_ALL)
|
|||||||
|
|
||||||
%.o: $(srcdir)/mi/%.c
|
%.o: $(srcdir)/mi/%.c
|
||||||
$(COMPILE) $<
|
$(COMPILE) $<
|
||||||
|
$(POSTCOMPILE)
|
||||||
|
|
||||||
%.o: ${srcdir}/nat/%.c
|
%.o: ${srcdir}/nat/%.c
|
||||||
$(COMPILE) $<
|
$(COMPILE) $<
|
||||||
|
Reference in New Issue
Block a user