split autoconf target in two

This commit is contained in:
Guido van Rossum 1996-06-28 20:15:41 +00:00
parent 6f489d989d
commit 0068267750
1 changed files with 2 additions and 1 deletions

View File

@ -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::