diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1995-05-18 01:01:57 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1995-05-18 01:01:57 +0000 |
commit | e61853ddc511f3303ba3380819db50d357ea3b8d (patch) | |
tree | afb55516ffe5322a91435cd5298ff3775168c103 /gdb/Makefile.in | |
parent | 3ecd5c7d38c562cf6cc6eec5b31480fc8a46912f (diff) | |
download | gdb-e61853ddc511f3303ba3380819db50d357ea3b8d.zip gdb-e61853ddc511f3303ba3380819db50d357ea3b8d.tar.gz gdb-e61853ddc511f3303ba3380819db50d357ea3b8d.tar.bz2 |
* Makefile.in (config.status): changed target so that
config.status --recheck is executed if configure script changes.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 6ca5bac..de1f355 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -656,10 +656,6 @@ gdb1: gdb rm -f gdb1 cp gdb gdb1 -config.status: - @echo "You must configure gdb. Look at the README file for details." - @false - ### fixme - this can't be right. # This checks the configure.in file versus the config/ directory. config-check: config-check-hosts config-check-targets @@ -754,9 +750,12 @@ subdir_do: force else true ; fi ; \ done -Makefile: Makefile.in @host_makefile_frag_path@ @target_makefile_frag_path@ +Makefile: Makefile.in config.status @host_makefile_frag_path@ @target_makefile_frag_path@ $(SHELL) config.status +config.status: configure + $(SHELL) config.status --recheck + force: # Documentation! |