From dd200c2a7f58b44e4e909969e8423757c0aa39b5 Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Fri, 10 Jun 2011 17:00:28 +0000 Subject: [PATCH] Wrap ARCHES in quotes as it may contain spaces --- squeeze/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squeeze/Makefile b/squeeze/Makefile index 0d53ff88..2216d84c 100755 --- a/squeeze/Makefile +++ b/squeeze/Makefile @@ -143,7 +143,7 @@ ifneq ($(ARCHES),source) $(BASEDIR)/tools/generate_di+k_list ifeq ($(FORCE_FIRMWARE),1) # Generate firmware task file using the contents of the archive - $(Q)$(BASEDIR)/tools/generate_firmware_task $(ARCHES) $(TASKDIR)/firmware + $(Q)$(BASEDIR)/tools/generate_firmware_task "$(ARCHES)" $(TASKDIR)/firmware endif endif $(BDIR)/DATE: