[nasm:nasm-2.16.xx] Makefile.in: remove configure remnants from "make distclean"

nasm-bot for H. Peter Anvin hpa at zytor.com
Thu Apr 4 13:48:06 PDT 2024


Commit-ID:  99175565d8b4c6c7c75c1b832567eecf7a476de9
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=99175565d8b4c6c7c75c1b832567eecf7a476de9
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Thu, 4 Apr 2024 13:42:43 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Thu, 4 Apr 2024 13:45:29 -0700

Makefile.in: remove configure remnants from "make distclean"

"make distclean" (which is used to generate release tarballs) should
remove configure-generated files.

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 Makefile.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.in b/Makefile.in
index 67b5acd7..93ea2c3a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -402,6 +402,7 @@ distclean: clean
 	done
 	$(RM_F) test/*.$(O)
 	$(RM_F) *.dep
+	$(RM_F) Makefile doc/Makefile config/config.h config.log config.status
 
 cleaner: clean
 	$(RM_F) $(PERLREQ) *.1 nasm.spec


More information about the Nasm-commits mailing list