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