diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2012-03-22 09:50:34 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2012-03-22 09:50:34 (GMT) |
commit | ac7cb3750dcb44b08a7e57a6b678224050c390f2 (patch) | |
tree | eb737a9c2fc613cc8be661f770c0dfcd0ffaa9f6 /src/json-c.mk | |
parent | 2a8c9045d28ccc97652518ea7a337233f61ccba0 (diff) | |
download | mxe-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.mk | 2 |
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 |