summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2014-11-16 10:50:15 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2014-11-16 10:50:15 +0000
commit5f7cf851f7a985c6c585b629e7a4bf68caa1725a (patch)
treeed999bb63d404ab2eebac77e66fcd8c3c2f6f30a
parentb4206687c467b57f573d8903d8bfffbf0b32983b (diff)
downloadlibrosprite-5f7cf851f7a985c6c585b629e7a4bf68caa1725a.tar.gz
librosprite-5f7cf851f7a985c6c585b629e7a4bf68caa1725a.tar.bz2
Fix up for new buildsystem
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4682a87..32ef847 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ WARNFLAGS := -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align \
-Wmissing-declarations -Wmissing-prototypes
# BeOS/Haiku standard library headers create warnings
-ifneq ($(TARGET),beos)
+ifneq ($(BUILD),i586-pc-haiku)
WARNFLAGS := $(WARNFLAGS) -Werror
endif