From f715da890e74ac6c49d938d93bea0a2cead2dff8 Mon Sep 17 00:00:00 2001 From: fyodor Date: Sat, 20 Nov 2010 08:57:33 +0000 Subject: [PATCH] Fix a bug in the Makefile which used slightly the wrong path name in trying to delete a .svn directory --- mswin32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mswin32/Makefile b/mswin32/Makefile index f2b5400ba..15686578d 100644 --- a/mswin32/Makefile +++ b/mswin32/Makefile @@ -33,7 +33,7 @@ winbuild: cp -f $$f ../nmap-$(NMAP_VERSION)/$$f; \ done cd Release && cp -r ../../docs/licenses ../nmap-$(NMAP_VERSION)/ - rm -rf ../nmap-$(NMAP_VERSION)/licenses/.svn + rm -rf nmap-$(NMAP_VERSION)/licenses/.svn cp winpcap/winpcap-nmap-*.exe nmap-$(NMAP_VERSION) cp vcredist_x86.exe nmap-$(NMAP_VERSION) cp ../ncat/Release/ncat.exe nmap-$(NMAP_VERSION)