summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-09-07 09:15:50 +0100
committerVincent Sanders <vince@kyllikki.org>2017-09-07 09:15:50 +0100
commitaa3221e433813fea0fd306861f389a74e651be99 (patch)
tree6ac497e25cb598b768431dfa1771890150096d1c /Makefile
parent71717b613f7958dc298bb41cb4b8b2bff1c1dae6 (diff)
downloadnetsurf-all-aa3221e433813fea0fd306861f389a74e651be99.tar.gz
netsurf-all-aa3221e433813fea0fd306861f389a74e651be99.tar.bz2
stop warnings on library builds aborting the build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc7ea5b..d8b8146 100644
--- a/Makefile
+++ b/Makefile
@@ -103,7 +103,7 @@ endef
# prefixed install macro for each sub target
define do_prefix_install
- $(MAKE) install --directory=$1 HOST=$(HOST) PREFIX=$(TMP_PREFIX) Q=$(Q) DESTDIR=
+ $(MAKE) install --directory=$1 HOST=$(HOST) PREFIX=$(TMP_PREFIX) Q=$(Q) WARNFLAGS='-Wall -W -Wno-error' DESTDIR=
endef