mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Call nsock_dist_clean before nbase_dist_clean.
This commit is contained in:
parent
01bbf58b67
commit
508fe849f9
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ nping_dist_clean:
|
|||
debugclean:
|
||||
rm -f *.gcov *.gcda *.gcno gmon.out
|
||||
|
||||
distclean: my_clean my_distclean @LUA_DIST_CLEAN@ @PCAP_DIST_CLEAN@ @PCRE_DIST_CLEAN@ @DNET_DIST_CLEAN@ @NPING_DIST_CLEAN@ @ZENMAP_DIST_CLEAN@ @NCAT_DIST_CLEAN@ nbase_dist_clean nsock_dist_clean netutil_dist_clean
|
||||
distclean: my_clean my_distclean @LUA_DIST_CLEAN@ @PCAP_DIST_CLEAN@ @PCRE_DIST_CLEAN@ @DNET_DIST_CLEAN@ @NPING_DIST_CLEAN@ @ZENMAP_DIST_CLEAN@ @NCAT_DIST_CLEAN@ nsock_dist_clean nbase_dist_clean netutil_dist_clean
|
||||
|
||||
my_distclean:
|
||||
rm -f Makefile Makefile.bak makefile.dep nmap_config.h stamp-h stamp-h.in \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue