From b8b256a92b112e03e09b95894aab7162bc9a9b1c Mon Sep 17 00:00:00 2001 From: dmiller Date: Fri, 21 Feb 2014 23:11:41 +0000 Subject: [PATCH] Necessary dependencies for building Ncat and Nping separately --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index bf1a204aa..13f9feee0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -143,7 +143,7 @@ netutil_build: libnetutil/Makefile @echo Compiling libnetutil; cd libnetutil && $(MAKE) -ncat_build: $(NCATDIR)/Makefile nbase_build nsock_build $(NCATDIR)/ncat.h +ncat_build: $(NCATDIR)/Makefile nbase_build nsock_build $(NCATDIR)/ncat.h @PCAP_BUILD@ cd $(NCATDIR) && $(MAKE) lua_build: $(LIBLUADIR)/Makefile @@ -324,7 +324,7 @@ install-zenmap: $(ZENMAPDIR)/setup.py build-ndiff: cd $(NDIFFDIR) && $(PYTHON) setup.py build $(if $(DESTDIR),--executable "$(DEFAULT_PYTHON_PATH)") -build-nping: $(NPINGDIR)/Makefile nbase_build nsock_build netutil_build $(NPINGDIR)/nping.h +build-nping: $(NPINGDIR)/Makefile nbase_build nsock_build netutil_build $(NPINGDIR)/nping.h @DNET_BUILD@ @PCAP_BUILD@ @cd $(NPINGDIR) && $(MAKE) install-ndiff: