1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-05 22:19:03 +00:00

normalized *_build target to build-* target

This commit is contained in:
gio
2015-08-20 19:50:29 +00:00
parent 0044e8bad1
commit 3b42a41f44
10 changed files with 44 additions and 47 deletions

2
nping/configure vendored
View File

@@ -5342,7 +5342,7 @@ if test $have_libpcap != yes; then
fi
LIBPCAP_LIBS='$(LIBPCAPDIR)/libpcap.a'
PCAP_DEPENDS='$(LIBPCAPDIR)/libpcap.a'
PCAP_BUILD="pcap_build"
PCAP_BUILD="build-pcap"
PCAP_CLEAN="pcap_clean"
PCAP_DIST_CLEAN="pcap_dist_clean"
else