Wrap ARCHES in quotes as it may contain spaces

This commit is contained in:
Steve McIntyre 2011-06-10 17:00:28 +00:00
parent 7d309316f5
commit dd200c2a7f
1 changed files with 1 additions and 1 deletions

View File

@ -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: