core/pkg-utils: add missing bracket/sep
This appears to have been incorrectly removed in:
03aa3e6ac7
Fixes:
package/pkg-utils.mk:212: *** unterminated call to function 'foreach': missing ')'. Stop.
make: *** [Makefile:84: _all] Error 2
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
bcaed85304
commit
e27a700f3e
@ -214,7 +214,7 @@ define per-package-rsync
|
||||
$(foreach pkg,$(1),\
|
||||
rsync -a --link-dest=$(PER_PACKAGE_DIR)/$(pkg)/$(2)/ \
|
||||
$(PER_PACKAGE_DIR)/$(pkg)/$(2)/ \
|
||||
$(3)
|
||||
$(3)$(sep))
|
||||
endef
|
||||
|
||||
# prepares the per-package HOST_DIR and TARGET_DIR of the current
|
||||
|
Loading…
Reference in New Issue
Block a user