From ce4c97183035bcef5c4c0095b75f442c03987426 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 1 Jan 2011 20:41:08 +0000 Subject: Change target name in line with core buildsystem svn path=/trunk/libcss/; revision=11179 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c3ba6f0..6719508 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \ -Wmissing-declarations -Wnested-externs -pedantic # BeOS/Haiku/AmigaOS4 standard library headers create warnings ifneq ($(TARGET),beos) - ifneq ($(TARGET),AmigaOS) + ifneq ($(TARGET),amiga) WARNFLAGS := $(WARNFLAGS) -Werror endif endif -- cgit v1.2.3