* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 6ca5bac059c091d102e627baa56835bc15a4cb74..de1f355b049d2fd265a8ff7b21f600f26bf55a85 100644 (file)
@@ -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!
This page took 0.023468 seconds and 4 git commands to generate.