From: nasm-bot f. H. P. A. <hp...@li...> - 2016-05-16 20:06:17
|
Commit-ID: cba1aca466db66fe1f391f3f1cdd3bd2bd5170de Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=cba1aca466db66fe1f391f3f1cdd3bd2bd5170de Author: H. Peter Anvin <hp...@li...> AuthorDate: Mon, 16 May 2016 13:05:04 -0700 Committer: H. Peter Anvin <hp...@li...> CommitDate: Mon, 16 May 2016 13:05:04 -0700 autogen.sh: remove configure-generated files Remove files generated by configure when running autogen.sh. Signed-off-by: H. Peter Anvin <hp...@li...> --- autogen.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autogen.sh b/autogen.sh index 5a1395d..1a8d21b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -5,3 +5,4 @@ autoheader autoconf rm -rf autom4te.cache config.log config.status +rm -f Makefile rdoff/Makefile doc/Makefile config.h |