changeset 2065:520cb18b64fb

fix switch
author Igor Sysoev <igor@sysoev.ru>
date Thu, 26 Jun 2008 07:59:30 +0000
parents 0835142149d2
children 2bb4441a8c28
files docs/GNUmakefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/GNUmakefile
+++ b/docs/GNUmakefile
@@ -40,7 +40,7 @@ changes:	$(TEMP)/$(NGINX)/CHANGES.ru				
 $(TEMP)/$(NGINX)/CHANGES:	docs/xml/nginx/changes.xml		\
 				docs/xslt/changes.xslt
 
-	test -d $(TEMP)/$(NGINX) || mkdir - p$(TEMP)/$(NGINX)
+	test -d $(TEMP)/$(NGINX) || mkdir -p $(TEMP)/$(NGINX)
 
 	xsltproc --param lang "'en'"					\
 		-o $(TEMP)/$(NGINX)/CHANGES				\