From 061eace2db42feee1f2d316e41fb216df0e5bb55 Mon Sep 17 00:00:00 2001 From: batrick Date: Mon, 4 May 2009 07:02:18 +0000 Subject: [PATCH] Fixed the redundant log message during compilation: echo Compiling Nmap Compiling Nmap to Compiling Nmap :) --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 6933d56d5..e088c7d44 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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)