From: David MacKenzie Date: Wed, 4 May 1994 23:41:27 +0000 (+0000) Subject: (install): Depend on all again. X-Git-Tag: fsf-origin~635 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d5571bf59f0a38c7b384b6daebf4b1197d3b7f2;p=thirdparty%2Fautoconf.git (install): Depend on all again. (install-info): Depend on info again. --- diff --git a/Makefile.in b/Makefile.in index 543699eb5..99e56a386 100644 --- a/Makefile.in +++ b/Makefile.in @@ -103,7 +103,7 @@ installdirs: mkinstalldirs $(bindir) $(infodir) $(acdatadir) $(SHELL) ${srcdir}/mkinstalldirs $(bindir) $(infodir) $(acdatadir) # References to install-info have been removed until it's released. -install: acgeneral.m4 acspecific.m4 acconfig.h installdirs +install: all acgeneral.m4 acspecific.m4 acconfig.h installdirs $(INSTALL_PROGRAM) autoconf $(bindir)/autoconf $(INSTALL_PROGRAM) autoheader $(bindir)/autoheader $(INSTALL_PROGRAM) autoreconf $(bindir)/autoreconf @@ -119,7 +119,7 @@ install: acgeneral.m4 acspecific.m4 acconfig.h installdirs $(INSTALL_DATA) $(srcdir)/acmakevars $(acdatadir)/acmakevars; \ else :; fi -install-info: installdirs +install-info: info installdirs -test -f autoconf.info || cd $(srcdir); \ for i in autoconf.info*; do \ $(INSTALL_DATA) $$i $(infodir)/$$i; \ diff --git a/doc/Makefile.in b/doc/Makefile.in index 543699eb5..99e56a386 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -103,7 +103,7 @@ installdirs: mkinstalldirs $(bindir) $(infodir) $(acdatadir) $(SHELL) ${srcdir}/mkinstalldirs $(bindir) $(infodir) $(acdatadir) # References to install-info have been removed until it's released. -install: acgeneral.m4 acspecific.m4 acconfig.h installdirs +install: all acgeneral.m4 acspecific.m4 acconfig.h installdirs $(INSTALL_PROGRAM) autoconf $(bindir)/autoconf $(INSTALL_PROGRAM) autoheader $(bindir)/autoheader $(INSTALL_PROGRAM) autoreconf $(bindir)/autoreconf @@ -119,7 +119,7 @@ install: acgeneral.m4 acspecific.m4 acconfig.h installdirs $(INSTALL_DATA) $(srcdir)/acmakevars $(acdatadir)/acmakevars; \ else :; fi -install-info: installdirs +install-info: info installdirs -test -f autoconf.info || cd $(srcdir); \ for i in autoconf.info*; do \ $(INSTALL_DATA) $$i $(infodir)/$$i; \