Add configure.nat as a dependency of config.status
authorSimon Marchi <simon.marchi@ericsson.com>
Mon, 4 Jun 2018 14:40:27 +0000 (10:40 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Mon, 4 Jun 2018 14:40:27 +0000 (10:40 -0400)
commitbaf00c2d75351de7a42dae32aea3a71c8902cd25
tree930ec98d0fbcba02f50c4ada9a8221b8f97da27b
parentc12a5089640109567e2e06f0c5d2d1bf4fb3f5eb
Add configure.nat as a dependency of config.status

After pulling Alan's change that added aarch64-sve-linux-ptrace.o to
configure.nat, I got an undefined reference to aarch64_sve_get_vq when
doing a "make clean && make".  It turns out that re-running configure
(./config.status --recheck) was needed to re-generate the Makefile with
aarch64-sve-linux-ptrace.o included in the object list.  Putting
configure.nat in the dependencies of config.status would make sure that
when we modify configure.nat, the configure script is re-ran.  I think
it also makes sense because configure.tgt and configure.host are also
there.

gdb/ChangeLog:

* Makefile.in (config.status): Add configure.nat as a
dependency.
gdb/ChangeLog
gdb/Makefile.in
This page took 0.024512 seconds and 4 git commands to generate.