summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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])