1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Remove ndiff from the export-% rule as it's not an external anymore.

This commit is contained in:
david
2008-09-23 22:09:14 +00:00
parent 23ba187869
commit 41b35795ba

View File

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