summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2014-11-16 10:33:10 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2014-11-16 10:33:10 +0000
commit54540fb26501d50eed07ceb7656f0a84b0c97b79 (patch)
tree49b9609a2e3322cbcb2cd0ada99446fbc49c3639 /Makefile
parentdc7271659c22580d8f16e2a66ff5163efa46814b (diff)
downloadlibnsgif-54540fb26501d50eed07ceb7656f0a84b0c97b79.tar.gz
libnsgif-54540fb26501d50eed07ceb7656f0a84b0c97b79.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 099477d..b5e15f9 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,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
CFLAGS := -D_BSD_SOURCE -I$(CURDIR)/include/ \