diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 3626858c95..93b4582e5a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -31,6 +31,6 @@ Makefile: Makefile.in config.status config.status: configure $(SHELL) config.status --recheck configure: configure.in - cd $(srcdir); autoconf < configure.in > configure.new + cd $(srcdir) && autoconf < configure.in > configure.new grep -v '# Generated automatically from' < configure.new > configure |