aboutsummaryrefslogtreecommitdiff
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:41:53 +0100
commit2d023f2ceca8d93d3d05908f7415db1a81319992 (patch)
tree55047e7d3300a131bfeee65541480b5cd0a4c0c9
parent1962e7e8d12a8a2b434257ad965879934970d709 (diff)
downloadlibpcap-2d023f2ceca8d93d3d05908f7415db1a81319992.tar.gz
Makefile.in: Add some missing files in the distclean target
config.h.in~ configure~ configure.ac~ (cherry picked from commit 4d09d5282f7ebe74aa598ad0d4504742b1c4f5d9)
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 14a465e9..54246586 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -809,8 +809,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)