diff options
| -rw-r--r-- | gdb/ChangeLog | 5 | ||||
| -rw-r--r-- | gdb/Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e2f3618..330dc18 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2018-06-04 Simon Marchi <simon.marchi@ericsson.com> + + * Makefile.in (config.status): Add configure.nat as a + dependency. + 2018-06-04 Tom Tromey <tom@tromey.com> * cp-name-parser.y (cpname_state): Add method declarations. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index a0e5b7e..354a636 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2068,7 +2068,7 @@ stamp-h: $(srcdir)/config.in config.status CONFIG_LINKS= \ $(SHELL) config.status -config.status: $(srcdir)/configure configure.tgt configure.host ../bfd/development.sh +config.status: $(srcdir)/configure configure.nat configure.tgt configure.host ../bfd/development.sh $(SHELL) config.status --recheck ACLOCAL = aclocal |
