mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Clean up generated files in libpcap on make clean. Fixes #1435
This commit is contained in:
parent
c3eb07ac8f
commit
d3eb07c98b
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ distclean-nsock distclean-nbase @NDIFF_DIST_CLEAN@ clean debugclean
|
|||
stamp-h.in config.cache config.log config.status
|
||||
|
||||
clean-pcap:
|
||||
-cd $(LIBPCAPDIR) && $(MAKE) clean
|
||||
-cd $(LIBPCAPDIR) && $(MAKE) clean && rm -f version.c pcap_version.h
|
||||
|
||||
clean-libssh2:
|
||||
-cd $(LIBSSH2DIR)/src && $(MAKE) prefix="" DESTDIR=$(NDIR)/$(LIBSSH2DIR) uninstall-libLTLIBRARIES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue