summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2014-11-16 10:34:08 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2014-11-16 10:34:08 +0000
commite68361f91f9fe82193f65f3a089cca4ff47255e0 (patch)
tree0c695763b3845441a1a82f343efa5daf62b5834d
parent3a8b2aea0ab541780ffe647a3e35f19e38448969 (diff)
downloadlibutf8proc-release/1.1.6.tar.gz
libutf8proc-release/1.1.6.tar.bz2
Fix up for new buildsystemrelease/1.1.6
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0b38ba2..858f4a8 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \
-Wmissing-declarations -Wnested-externs
# Debug builds compile with error warnings
# BeOS/Haiku standard library headers issue warnings
-#ifneq ($(TARGET),beos)
+#ifneq ($(BUILD),i586-pc-haiku)
# WARNFLAGS := $(WARNFLAGS) -Werror
#endif
CFLAGS := -I$(CURDIR)/include/libutf8proc/ \