From 0068267750c42c20602dcbc6ff52183cab57c3a8 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 28 Jun 1996 20:15:41 +0000 Subject: split autoconf target in two --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index b17c76a..da06c25 100644 --- a/Makefile.in +++ b/Makefile.in @@ -278,7 +278,8 @@ recheck: # 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:: -- cgit v0.12