From 0f073d1103af4295b1aa9d2be2795f1d745f25e8 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 27 Nov 2012 18:29:05 +0000 Subject: correct target name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ff41860..e4da493 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \ -Wmissing-declarations -Wnested-externs -pedantic # BeOS/Haiku/AmigaOS standard library headers create warnings ifneq ($(TARGET),beos) - ifneq ($(TARGET),AmigaOS) + ifneq ($(TARGET),amiga) WARNFLAGS := $(WARNFLAGS) -Werror endif endif -- cgit v1.2.3