diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2023-02-11 14:55:58 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2023-02-11 15:02:23 +0100 |
commit | e4461319a29555a8335ba2070918de4fe9e85a7e (patch) | |
tree | 6a66c3aac67d8fbd78db05e6608f5f3b2fbe254e | |
parent | 12b71873a53d132baaa807184beee25f81972882 (diff) |
Makefile.in: Remove the 'net' symlink from the distclean target
It is no longer created since commit
08a58700942f29139998acccb1c6ebb68beabbd9.
[skip ci]
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index bb073ea3..73479d7a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -808,7 +808,7 @@ clean: distclean: clean rm -f Makefile grammar.y config.cache config.log config.status \ config.h config.h.in~ configure~ configure.ac~ \ - net os-proto.h libpcap.pc pcap-config stamp-h stamp-h.in + 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) |