split autoconf target in two
This commit is contained in:
parent
6f489d989d
commit
0068267750
|
@ -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…
Reference in New Issue