Gitweb links:
...log
http://git.netsurf-browser.org/libsvgtiny.git/shortlog/0f073d1103af4295b1...
...commit
http://git.netsurf-browser.org/libsvgtiny.git/commit/0f073d1103af4295b1aa...
...tree
http://git.netsurf-browser.org/libsvgtiny.git/tree/0f073d1103af4295b1aa9d...
The branch, master has been updated
via 0f073d1103af4295b1aa9d2be2795f1d745f25e8 (commit)
from 461d400085eba848898d74c92a820b5e3e1d6c49 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/libsvgtiny.git/commitdiff/0f073d1103af4295...
commit 0f073d1103af4295b1aa9d2be2795f1d745f25e8
Author: Chris Young <chris(a)unsatisfactorysoftware.co.uk>
Commit: Chris Young <chris(a)unsatisfactorysoftware.co.uk>
correct target name
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
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
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
--
NetSurf SVG decoder