From effc8a11c136d1064bceac87390af0accdfa6425 Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Sun, 16 Nov 2014 10:48:32 +0000 Subject: Fix up for new buildsystem --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d006c93..81dd4c0 100644 --- a/Makefile +++ b/Makefile @@ -16,8 +16,8 @@ WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \ -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \ -Wmissing-declarations -Wnested-externs -pedantic # BeOS/Haiku/AmigaOS4 standard library headers create warnings -ifneq ($(TARGET),beos) - ifneq ($(TARGET),AmigaOS) +ifneq ($(BUILD),i586-pc-haiku) + ifneq ($(findstring amigaos,$(BUILD)),amigaos) WARNFLAGS := $(WARNFLAGS) -Werror endif endif @@ -31,7 +31,7 @@ endif # OSLib ifneq ($(findstring clean,$(MAKECMDGOALS)),clean) - ifeq ($(TARGET),riscos) + ifeq ($(BUILD),arm-unknown-riscos) CFLAGS := $(CFLAGS) -I$(PREFIX)/include LDFLAGS := $(LDFLAGS) -lOSLib32 endif -- cgit v1.2.3