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	Tue Nov 17 19:44:14 2015 +0300
+++ b/GNUmakefile	Fri Nov 20 12:57:18 2015 +0300
@@ -300,7 +300,7 @@
 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: