summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-12-14 17:55:27 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-12-14 17:55:27 (GMT)
commit47c3d0c170438a2694a32c3ffbaebfaeb335dbd6 (patch)
treeddcb24be16b1e3155d10b5563bfd106aac3bba14 /Makefile
parent73898524eadf450b650fb06ee1d0690b4a2510db (diff)
downloadmxe-47c3d0c170438a2694a32c3ffbaebfaeb335dbd6.zip
mxe-47c3d0c170438a2694a32c3ffbaebfaeb335dbd6.tar.gz
mxe-47c3d0c170438a2694a32c3ffbaebfaeb335dbd6.tar.bz2
Remove extraneous comma
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b2449b9..5e87ac3 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), \