summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2014-11-16 10:34:25 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2014-11-16 10:34:25 +0000
commit133ed86e2eaf28190e2f06301be5d8d086030aea (patch)
treef5bd802901b78fbef697af4427eb4cb14dbc23bb /Makefile
parent554c4595b3a6161fa3ae55b8d1433d5b5ee5f594 (diff)
downloadlibwapcaplet-133ed86e2eaf28190e2f06301be5d8d086030aea.tar.gz
libwapcaplet-133ed86e2eaf28190e2f06301be5d8d086030aea.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 f40842d..11cc8f4 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
-Wmissing-declarations -Wnested-externs
# BeOS/Haiku standard library headers issue warnings
-ifneq ($(TARGET),beos)
+ifneq ($(BUILD),i586-pc-haiku)
WARNFLAGS := $(WARNFLAGS) -Werror
endif
CFLAGS := -D_BSD_SOURCE -I$(CURDIR)/include/ \