summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-01-01 20:41:08 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-01-01 20:41:08 +0000
commitce4c97183035bcef5c4c0095b75f442c03987426 (patch)
tree515cc12d4b070c0f3e6962adea2b1692df15f536 /Makefile
parent88497cd49ae383df6d14d4b4c6c84984c64ace32 (diff)
downloadlibcss-ce4c97183035bcef5c4c0095b75f442c03987426.tar.gz
libcss-ce4c97183035bcef5c4c0095b75f442c03987426.tar.bz2
Change target name in line with core buildsystem
svn path=/trunk/libcss/; revision=11179
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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