diff --git a/Makefile.in b/Makefile.in index b17c76aab19..da06c25b5fe 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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::