Commit 95f3f22e authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

nmk: build.mk -- Fix typo in gen-ar-target-rule

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Reviewed-by: 's avatarDmitry Safonov <dsafonov@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 7beccce4
......@@ -80,7 +80,7 @@ endef
define gen-ar-target-rule
$(1): $(3)
$$(call msg-link, $$@)
$$(call msg-ar, $$@)
$$(Q) $$(AR) -rcs$(2) $$@ $(4)
endef
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment