summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-08-07 11:20:17 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-08-07 11:20:17 (GMT)
commit16a27abaf04610c821d884b9e2c40cdbd22f723a (patch)
treee6bfa801c532ad791224a6fb4ee66b4264f5a044 /Makefile
parent8982ac6b9e16374bcccc335c8f42df3d052401f1 (diff)
downloadmxe-16a27abaf04610c821d884b9e2c40cdbd22f723a.zip
mxe-16a27abaf04610c821d884b9e2c40cdbd22f723a.tar.gz
mxe-16a27abaf04610c821d884b9e2c40cdbd22f723a.tar.bz2
Makefile: add missing separator to find command
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9a2bdd0..d4aef37 100644
--- a/Makefile
+++ b/Makefile
@@ -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'; \