From 47c3d0c170438a2694a32c3ffbaebfaeb335dbd6 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Sun, 14 Dec 2014 12:55:27 -0500 Subject: [PATCH] Remove extraneous comma Signed-off-by: Timothy Gu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b2449b99..5e87ac38 100644 --- a/Makefile +++ b/Makefile @@ -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), \