From 41b35795ba59c0bb249a2b53e39abb2a4888bd71 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 23 Sep 2008 22:09:14 +0000 Subject: [PATCH] Remove ndiff from the export-% rule as it's not an external anymore. --- macosx/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/macosx/Makefile b/macosx/Makefile index 72c7fba2c..4ec0a702f 100644 --- a/macosx/Makefile +++ b/macosx/Makefile @@ -60,7 +60,6 @@ export-%: svn export ../ncat $*/ncat svn export ../nsock $*/nsock svn export ../zenmap $*/zenmap - svn export ../ndiff $*/ndiff stage-nmap: export-$(NMAP_BUILD_DIR) cd $(NMAP_BUILD_DIR) && ./configure --without-zenmap --without-ncat --without-ndiff $(CONFIGURE_ARGS)