From 5a38316995982aa1b08e138f5c540372f8bd4898 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 28 Aug 2008 01:35:34 +0000 Subject: [PATCH] Uncomment the nsestdlib target. Even though it's a no-op another part of the makefile was looking for it. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index bb06a6af0..50e4d5f05 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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