Skip to content

Commit 9917556

Browse files
author
H. Peter Anvin
committed
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 <[email protected]>
1 parent 1f055d9 commit 9917556

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ distclean: clean
402402
done
403403
$(RM_F) test/*.$(O)
404404
$(RM_F) *.dep
405+
$(RM_F) Makefile doc/Makefile config/config.h config.log config.status
405406

406407
cleaner: clean
407408
$(RM_F) $(PERLREQ) *.1 nasm.spec

0 commit comments

Comments
 (0)