From e68361f91f9fe82193f65f3a089cca4ff47255e0 Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Sun, 16 Nov 2014 10:34:08 +0000 Subject: Fix up for new buildsystem --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ \ -- cgit v1.2.3