Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/8685336e2da8a594955d1...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/8685336e2da8a594955d1db...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/8685336e2da8a594955d1db97...
The branch, master has been updated
via 8685336e2da8a594955d1db97fff9eaac1e276fd (commit)
from 6582b4e075e28d17349132ed77862f0a370a9119 (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/netsurf.git/commitdiff/8685336e2da8a594955...
commit 8685336e2da8a594955d1db97fff9eaac1e276fd
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
remove redundant compiler version override
diff --git a/Makefile b/Makefile
index b57dabf..baf8354 100644
--- a/Makefile
+++ b/Makefile
@@ -70,8 +70,6 @@ else
ifeq ($(TARGET),)
TARGET := beos
endif
- # BeOS still uses gcc2
- CC_MAJOR := 2
else
ifeq ($(HOST),AmigaOS)
HOST := amiga
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index b57dabf..baf8354 100644
--- a/Makefile
+++ b/Makefile
@@ -70,8 +70,6 @@ else
ifeq ($(TARGET),)
TARGET := beos
endif
- # BeOS still uses gcc2
- CC_MAJOR := 2
else
ifeq ($(HOST),AmigaOS)
HOST := amiga
--
NetSurf Browser