mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +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:
parent
b32e1756d9
commit
d0de53e251
@ -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):
|
||||
|
@ -1160,6 +1160,7 @@ all: gdb$(EXEEXT) $(CONFIG_ALL)
|
||||
|
||||
%.o: $(srcdir)/mi/%.c
|
||||
$(COMPILE) $<
|
||||
$(POSTCOMPILE)
|
||||
|
||||
%.o: ${srcdir}/nat/%.c
|
||||
$(COMPILE) $<
|
||||
|
Loading…
Reference in New Issue
Block a user