Typo fix in toolchain/external-toolchain/ext-tool.mk
From: Grant Likely <grant.likely@secretlab.ca> Comment block header documentation typo
This commit is contained in:
parent
50548330b4
commit
e241fa4290
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# $1: source
|
# $1: source
|
||||||
# $2: destination
|
# $2: destination
|
||||||
# $2: strip (y|n) default is to strip
|
# $3: strip (y|n) default is to strip
|
||||||
#
|
#
|
||||||
copy_toolchain_lib_root = \
|
copy_toolchain_lib_root = \
|
||||||
LIB="$(strip $1)"; \
|
LIB="$(strip $1)"; \
|
||||||
|
Loading…
Reference in New Issue
Block a user