1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-31 20:09:02 +00:00

Fixed the redundant log message during compilation:

echo Compiling Nmap
Compiling Nmap

to

Compiling Nmap

:)
This commit is contained in:
batrick
2009-05-04 07:02:18 +00:00
parent 4816c7880e
commit 061eace2db

View File

@@ -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)