summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-11-27 18:29:05 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-11-27 18:29:05 +0000
commit0f073d1103af4295b1aa9d2be2795f1d745f25e8 (patch)
tree92313671fd3be0ea8477f715fd6aa0b46920537e
parent461d400085eba848898d74c92a820b5e3e1d6c49 (diff)
downloadlibsvgtiny-0f073d1103af4295b1aa9d2be2795f1d745f25e8.tar.gz
libsvgtiny-0f073d1103af4295b1aa9d2be2795f1d745f25e8.tar.bz2
correct target name
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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