changeset 1605:40f079598467

Makefile: Pass target to dir.map copying script.
author Konstantin Pavlov <thresh@nginx.com>
date Fri, 20 Nov 2015 12:57:18 +0300
parents 8aebef52e938
children 6188a573b867
files GNUmakefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -300,7 +300,7 @@ all:	dir.map
 copy:	copy_dirmap
 .PHONY:	copy_dirmap
 copy_dirmap:
-	/usr/local/bin/copy_dirmap.sh dir.map
+	/usr/local/bin/copy_dirmap.sh dir.map $(NGINX_ORG)
 endif
 
 clean: