From: Guido van Rossum Date: Fri, 28 Jun 1996 20:15:41 +0000 (+0000) Subject: split autoconf target in two X-Git-Tag: v1.4b1~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0068267750c42c20602dcbc6ff52183cab57c3a8;p=python split autoconf target in two --- diff --git a/Makefile.in b/Makefile.in index b17c76aab1..da06c25b5f 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::