Remove extraneous comma

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
Timothy Gu 2014-12-14 12:55:27 -05:00
parent 73898524ea
commit 47c3d0c170
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ build-only-$(1)_$(3):
@cat '$(TOP_DIR)/settings.mk'
(du -k -d 0 '$(2)' 2>/dev/null || du -k --max-depth 0 '$(2)') | $(SED) -n 's/^\(\S*\).*/du: \1 KiB/p'
rm -rfv '$(2)'
,)
)
touch '$(PREFIX)/$(3)/installed/$(1)'
endef
$(foreach TARGET,$(MXE_TARGETS), \