mirror of
https://github.com/nmap/nmap.git
synced 2026-06-11 10:36:07 +00:00
Fixed the redundant log message during compilation:
echo Compiling Nmap Compiling Nmap to Compiling Nmap :)
This commit is contained in:
parent
4816c7880e
commit
061eace2db
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ all: @LUA_BUILD@ @PCAP_BUILD@ @PCRE_BUILD@ @DNET_BUILD@ @NBASE_BUILD@ @NSOCK_BUI
|
|||
$(MAKE) $(TARGET) $(BUILDZENMAP) $(BUILDNDIFF)
|
||||
|
||||
$(TARGET): @LUA_DEPENDS@ @PCAP_DEPENDS@ @PCRE_DEPENDS@ @DNET_DEPENDS@ $(NBASEDIR)/libnbase.a $(NSOCKDIR)/src/libnsock.a $(OBJS)
|
||||
echo Compiling nmap
|
||||
@echo Compiling nmap
|
||||
rm -f $@
|
||||
$(CXX) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue