summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2014-11-16 10:33:31 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2014-11-16 10:33:31 +0000
commit4b39ad2489b715c8fdf0bffb082348e612959986 (patch)
tree217b4e9323eca3ee768c596f16d422148873746c /Makefile
parentb666521039c0ed93496bacb2ea296c917d5780b8 (diff)
downloadlibparserutils-4b39ad2489b715c8fdf0bffb082348e612959986.tar.gz
libparserutils-4b39ad2489b715c8fdf0bffb082348e612959986.tar.bz2
Fix up for new buildsystem
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5acdc36..ff3d013 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
-Wmissing-declarations -Wnested-externs -pedantic
# BeOS/Haiku standard library headers create warnings.
-ifneq ($(TARGET),beos)
+ifneq ($(BUILD),i586-pc-haiku)
WARNFLAGS := $(WARNFLAGS) -Werror
endif