From d830039182d6559c8aa0cf0a676a086e35f1ed3a Mon Sep 17 00:00:00 2001 From: david Date: Tue, 3 Feb 2009 19:41:36 +0000 Subject: [PATCH] Remove the creation of the obsolete zenmap directory. It wasn't copied into the installed files anyway. --- mswin32/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/mswin32/Makefile b/mswin32/Makefile index 07b1526c9..df08550ca 100644 --- a/mswin32/Makefile +++ b/mswin32/Makefile @@ -31,7 +31,6 @@ winbuild: cp vcredist_x86.exe nmap-$(NMAP_VERSION) cp ../ncat/Release/ncat.exe nmap-$(NMAP_VERSION) zip -r nmap-$(NMAP_VERSION)-win32.zip nmap-$(NMAP_VERSION) - mkdir nmap-$(NMAP_VERSION)/zenmap cd ../zenmap && install_scripts/windows/copy_and_compile.bat cp -R ../zenmap/dist/* nmap-$(NMAP_VERSION)/ cp ../zenmap/README nmap-$(NMAP_VERSION)/ZENMAP_README