summaryrefslogtreecommitdiffstats
path: root/src/json-c.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2012-03-22 09:50:34 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2012-03-22 09:50:34 (GMT)
commitac7cb3750dcb44b08a7e57a6b678224050c390f2 (patch)
treeeb737a9c2fc613cc8be661f770c0dfcd0ffaa9f6 /src/json-c.mk
parent2a8c9045d28ccc97652518ea7a337233f61ccba0 (diff)
downloadmxe-ac7cb3750dcb44b08a7e57a6b678224050c390f2.zip
mxe-ac7cb3750dcb44b08a7e57a6b678224050c390f2.tar.gz
mxe-ac7cb3750dcb44b08a7e57a6b678224050c390f2.tar.bz2
Fix annoying TABs and missing newlines at EOF
Diffstat (limited to 'src/json-c.mk')
-rw-r--r--src/json-c.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json-c.mk b/src/json-c.mk
index 3d15827..277cbd9 100644
--- a/src/json-c.mk
+++ b/src/json-c.mk
@@ -20,6 +20,6 @@ define $(PKG)_BUILD
--host='$(TARGET)' \
--prefix='$(PREFIX)/$(TARGET)' \
--build="`config.guess`"\
- CFLAGS=-Wno-error
+ CFLAGS=-Wno-error
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef