From b1ef8bd7540fbf20b07ba445020a69bb6b73f0ce Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Wed, 20 Jul 2016 10:34:14 +0200 Subject: doc: add missing '(' Signed-off-by: Michael Olbrich --- doc/dev_manual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev_manual.rst b/doc/dev_manual.rst index eb73739af..69a75b361 100644 --- a/doc/dev_manual.rst +++ b/doc/dev_manual.rst @@ -586,7 +586,7 @@ The skeleton for the *targetinstall* stage looks like this: @$(call install_fixup, foo,DEPENDS,) @$(call install_fixup, foo,DESCRIPTION,missing) - @$call install_copy, foo, 0, 0, 0755, $(FOO_DIR)/foobar, /dev/null) + @$(call install_copy, foo, 0, 0, 0755, $(FOO_DIR)/foobar, /dev/null) @$(call install_finish, foo) @$(call touch) -- cgit v1.2.3