summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-05-05 09:59:32 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-05-05 09:59:32 (GMT)
commit0a78a67d8edb5353d4104a3d622c7f8745278c85 (patch)
tree2e491d365cd7944aadeef34fc8ffa69b1895afff
parentfe789572191b709b4a1482b2e480326d6cecd7e5 (diff)
downloadmxe-0a78a67d8edb5353d4104a3d622c7f8745278c85.zip
mxe-0a78a67d8edb5353d4104a3d622c7f8745278c85.tar.gz
mxe-0a78a67d8edb5353d4104a3d622c7f8745278c85.tar.bz2
Makefile: fix indentation of missing url check
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cf9b6d0..84c7e13 100644
--- a/Makefile
+++ b/Makefile
@@ -81,8 +81,8 @@ DOWNLOAD_PKG_ARCHIVE = \
$(if $($(1)_FIX_GZIP), \
| gzip -d | gzip -9n, \
) \
- > '$(PKG_DIR)/$($(1)_FILE)' || rm -f '$(PKG_DIR)/$($(1)_FILE)' \
- ,$(error URL not specified for package $(1)))
+ > '$(PKG_DIR)/$($(1)_FILE)' || rm -f '$(PKG_DIR)/$($(1)_FILE)', \
+ $(error URL not specified for package $(1)))
ifeq ($(IGNORE_SETTINGS),yes)
$(info [ignore settings.mk])