mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
nmk: build.mk -- Fix typo in gen-ar-target-rule
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Reviewed-by: Dmitry Safonov <dsafonov@virtuozzo.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
7beccce4b4
commit
95f3f22e6e
@@ -80,7 +80,7 @@ endef
|
||||
|
||||
define gen-ar-target-rule
|
||||
$(1): $(3)
|
||||
$$(call msg-link, $$@)
|
||||
$$(call msg-ar, $$@)
|
||||
$$(Q) $$(AR) -rcs$(2) $$@ $(4)
|
||||
endef
|
||||
|
||||
|
Reference in New Issue
Block a user