opcodes/
[binutils-gdb.git] / etc / Makefile.in
index 9642e076c1d1669d49a9682345f49bd6bf4a8423..0d19c13e6e50f106ba0941ef083937148ab230e6 100644 (file)
@@ -64,7 +64,7 @@ PDFFILES = standards.pdf configure.pdf
 HTMLFILES = standards.html configure.html
 
 all: info
-install: install-info
+install install-strip: install-info
 
 uninstall:
 
@@ -228,9 +228,19 @@ maintainer-clean realclean:   distclean
        rm -f *.html*
        rm -f *.info*
 
-Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
+Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag) \
+       config.status
        $(SHELL) ./config.status
 
+AUTOCONF = autoconf
+configure_deps = $(srcdir)/configure.in
+
+$(srcdir)/configure: @MAINT@ $(configure_deps)
+       cd $(srcdir) && $(AUTOCONF)
+
+config.status: $(srcdir)/configure
+       $(SHELL) ./config.status --recheck
+
 ## these last targets are for standards.texi conformance
 dist:
 check: