From: Francois-Xavier Le Bail Date: Sat, 11 Feb 2023 11:04:21 +0000 (+0100) Subject: Makefile.in: Move config.h.in~ configure~ configure.ac~ in clean target X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/0f33d02b787015280c16c11c57ecd81c797bcd39?ds=sidebyside;hp=4e7336c6a142974fd0cde8688eee469aea87218c Makefile.in: Move config.h.in~ configure~ configure.ac~ in clean target --- diff --git a/Makefile.in b/Makefile.in index 0c403619..4191de59 100644 --- a/Makefile.in +++ b/Makefile.in @@ -450,12 +450,12 @@ lint: grep -v 'possible pointer alignment problem' clean: - rm -f $(CLEANFILES) $(PROG)-`cat ${srcdir}/VERSION`.tar.gz + rm -f $(CLEANFILES) $(PROG)-`cat ${srcdir}/VERSION`.tar.gz \ + config.h.in~ configure~ configure.ac~ distclean: clean rm -f Makefile config.cache config.log config.status \ - config.h config.h.in~ configure~ configure.ac~ \ - os-proto.h stamp-h stamp-h.in $(PROG).1 \ + config.h os-proto.h stamp-h stamp-h.in $(PROG).1 \ libnetdissect.a tests/.failed tests/.passed \ tests/failure-outputs.txt rm -rf autom4te.cache tests/DIFF tests/NEW