aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-01-10 10:30:51 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-01-10 10:32:16 +0100
commit4d09d5282f7ebe74aa598ad0d4504742b1c4f5d9 (patch)
treea54039acbcb18a46dd7aede4e812afc1cd56dedb /Makefile.in
parent88926013e35cd3999c9cdd029c491c535496d261 (diff)
Makefile.in: Add some missing files in the distclean target
config.h.in~ configure~ configure.ac~
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index deffbb65..cf9e7afd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -811,8 +811,8 @@ clean:
distclean: clean
rm -f Makefile grammar.y config.cache config.log config.status \
- config.h gnuc.h net os-proto.h libpcap.pc \
- pcap-config stamp-h stamp-h.in
+ config.h config.h.in~ configure~ configure.ac~ \
+ gnuc.h net os-proto.h libpcap.pc pcap-config stamp-h stamp-h.in
rm -f $(MAN3PCAP_EXPAND:.in=) $(MANFILE:.in=) $(MANMISC:.in=)
rm -rf autom4te.cache
(cd rpcapd; $(MAKE) distclean)