From 047792a357f1c25cdf6a48ce42ac8cb21a5ba604 Mon Sep 17 00:00:00 2001 From: James Duley Date: Sun, 10 Jan 2016 18:15:41 +0000 Subject: [PATCH] hotfix: bad space in fw qrc --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0d03a9510..b74a30375 100644 --- a/Makefile +++ b/Makefile @@ -496,7 +496,7 @@ OPFW_FILES := $(foreach fw_targ, $(PACKAGE_FW_TARGETS), $(FIRMWARE_DIR)/$(fw_tar OPFW_CONTENTS := \ \ \ - $(foreach fw_file, $(OPFW_FILES), $(call system_path, $(fw_file))) \ + $(foreach fw_file, $(OPFW_FILES), $(call system_path,$(fw_file))) \ \