Commit 00682677 authored by Guido van Rossum's avatar Guido van Rossum

split autoconf target in two

parent 6f489d98
......@@ -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::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment