Makefile: add missing separator to find command

This commit is contained in:
Tony Theodore 2013-08-07 21:20:17 +10:00
parent 8982ac6b9e
commit 16a27abaf0
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ $(PREFIX)/$(3)/installed/$(1): $(TOP_DIR)/src/$(1).mk \
echo '[log] $(LOG_DIR)/$(1)'; \
echo; \
(echo; \
find '$(2)' -name 'config.log' -print -exec cat {} \; \
find '$(2)' -name 'config.log' -print -exec cat {} \;; \
echo; \
echo 'settings.mk'; \
cat '$(TOP_DIR)/settings.mk'; \