summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-10-27 17:12:38 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-10-27 17:12:38 (GMT)
commit749e58c573d84b373e6b073a8431bd9145ef7c87 (patch)
tree92ee605ae5b9a6ae3bd22f3045356efcb384fa63 /Makefile
parentcc310f5ec893837b93db41f11b3df2bc1af52695 (diff)
downloadmxe-749e58c573d84b373e6b073a8431bd9145ef7c87.zip
mxe-749e58c573d84b373e6b073a8431bd9145ef7c87.tar.gz
mxe-749e58c573d84b373e6b073a8431bd9145ef7c87.tar.bz2
improved build output
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0fd10fc..e1922a5 100644
--- a/Makefile
+++ b/Makefile
@@ -120,7 +120,7 @@ $(PREFIX)/installed-$(1): $(TOP_DIR)/src/$(1).mk \
@[ -d '$(PKG_DIR)' ] || mkdir -p '$(PKG_DIR)'
@if ! $(call CHECK_PKG_ARCHIVE,$(1)); then \
echo '[download] $(1)'; \
- $(call DOWNLOAD_PKG_ARCHIVE,$(1)) &> '$(PREFIX)/log-$(1)'; \
+ ($(call DOWNLOAD_PKG_ARCHIVE,$(1))) &> '$(PREFIX)/log-$(1)'; \
if ! $(call CHECK_PKG_ARCHIVE,$(1)); then \
echo; \
echo 'Wrong checksum of package $(1)!'; \