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:
david 2008-08-28 01:35:34 +00:00
parent 684857c11c
commit 5a38316995

View file

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