mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +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
|
# Rebuild the configure script from configure.in; also rebuild config.h.in
|
||||||
autoconf:
|
autoconf:
|
||||||
(cd $(srcdir); autoconf; autoheader)
|
(cd $(srcdir); autoconf)
|
||||||
|
(cd $(srcdir); autoheader)
|
||||||
|
|
||||||
# Create a tags file for vi
|
# Create a tags file for vi
|
||||||
tags::
|
tags::
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue