commit | 0068267750c42c20602dcbc6ff52183cab57c3a8 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Jun 28 20:15:41 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Jun 28 20:15:41 1996 +0000 |
tree | 2a53cfbbc56004ba1d8ab7cbf22473969e8e9c9c | |
parent | 6f489d989d947169e70a8668cd265780a0a13d5e [diff] |
split autoconf target in two
diff --git a/Makefile.in b/Makefile.in index b17c76a..da06c25 100644 --- a/Makefile.in +++ b/Makefile.in
@@ -278,7 +278,8 @@ # Rebuild the configure script from configure.in; also rebuild config.h.in autoconf: - (cd $(srcdir); autoconf; autoheader) + (cd $(srcdir); autoconf) + (cd $(srcdir); autoheader) # Create a tags file for vi tags::