X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=Makefile;h=fe6f657c9830ac5f3119c829c4f9bc5980004ff3;hb=e368730948266bb88347ace7a1da642a4f8781a2;hp=ff41860122cf2f432d709c64012eca379157a4d4;hpb=9275ab30890fe7def93dcfe913c9209d32c2d00e;p=libsvgtiny.git diff --git a/Makefile b/Makefile index ff41860..fe6f657 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Component settings COMPONENT := svgtiny -COMPONENT_VERSION := 0.0.2 +COMPONENT_VERSION := 0.1.0 # Default to a static library COMPONENT_TYPE ?= lib-static @@ -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