]> gitweb.michael.orlitzky.com - libsvgtiny.git/commitdiff
correct target name
authorChris Young <chris@unsatisfactorysoftware.co.uk>
Tue, 27 Nov 2012 18:29:05 +0000 (18:29 +0000)
committerChris Young <chris@unsatisfactorysoftware.co.uk>
Tue, 27 Nov 2012 18:29:05 +0000 (18:29 +0000)
Makefile

index ff41860122cf2f432d709c64012eca379157a4d4..e4da493e752fcaf60039485d9bff9094f4026ff5 100644 (file)
--- 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