diff GNUmakefile @ 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 300349b7aef3
children 280cf6c0888a
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: