mirror of
https://github.com/nmap/nmap.git
synced 2026-08-28 12:31:12 +00:00
Uncomment the nsestdlib target. Even though it's a no-op another part of the
makefile was looking for it.
This commit is contained in:
parent
684857c11c
commit
5a38316995
1 changed files with 2 additions and 2 deletions
|
|
@ -83,8 +83,8 @@ $(TARGET): @LUA_DEPENDS@ @PCAP_DEPENDS@ @PCRE_DEPENDS@ @DNET_DEPENDS@ $(NBASEDIR
|
|||
rm -f $@
|
||||
$(CXX) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
|
||||
|
||||
#nsestdlib: nselib-bin/Makefile
|
||||
# @echo Compiling nse-standard-library; cd nselib-bin && $(MAKE)
|
||||
nsestdlib: nselib-bin/Makefile
|
||||
@echo Compiling nse-standard-library; cd nselib-bin && $(MAKE)
|
||||
|
||||
|
||||
pcre_build: $(LIBPCREDIR)/Makefile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue