Silly Makefile typos

This commit is contained in:
Steve McIntyre 2011-06-10 16:28:24 +00:00
parent d872cea0c1
commit 9cc05fedae
1 changed files with 2 additions and 1 deletions

View File

@ -141,10 +141,11 @@ ifneq ($(ARCHES),source)
$(BASEDIR)/tools/update_tasks; \
$(BASEDIR)/tools/generate_di_list; \
$(BASEDIR)/tools/generate_di+k_list
ifeq($(FORCE_FIRMWARE),1)
ifeq ($(FORCE_FIRMWARE),1)
# Generate firmware task file using the contents of the archive
$(Q)$(BASEDIR)/tools/generate_firmware_task $(ARCHES) $(TASKDIR)/firmware
endif
endif
$(BDIR)/DATE:
$(Q)date '+%Y%m%d' > $(BDIR)/DATE