mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
split autoconf target in two
This commit is contained in:
parent
6f489d989d
commit
0068267750
1 changed files with 2 additions and 1 deletions
|
@ -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::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue