From 0a78a67d8edb5353d4104a3d622c7f8745278c85 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Sun, 5 May 2013 19:59:32 +1000 Subject: Makefile: fix indentation of missing url check --- Makefile | 4 ++-- 1 file 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]) -- cgit v0.12