diff options
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 807cc98..215dea0 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -1036,11 +1036,9 @@ OPTIONAL_BACKENDS_CFILES = \ trad-core.c -# We want to rerun configure if configure.in, config.bfd or -# configure.host change. configure.in is needed since the version -# number in Makefile comes from configure.in. +# Reconfigure if config.bfd or configure.host changes. +# development.sh is used to determine -Werror default. CONFIG_STATUS_DEPENDENCIES = \ - $(srcdir)/configure.in \ $(srcdir)/config.bfd \ $(srcdir)/configure.host \ $(srcdir)/development.sh |