Gitweb links:

...log 
http://git.netsurf-browser.org/toolchains.git/shortlog/208b21250b9d5dc49aa497a676eaec848978c90c
...commit 
http://git.netsurf-browser.org/toolchains.git/commit/208b21250b9d5dc49aa497a676eaec848978c90c
...tree 
http://git.netsurf-browser.org/toolchains.git/tree/208b21250b9d5dc49aa497a676eaec848978c90c

The branch, master has been updated
       via  208b21250b9d5dc49aa497a676eaec848978c90c (commit)
      from  4838ef05426ab4bef15f7385631c5ba0965b9699 (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/toolchains.git/commit/?id=208b21250b9d5dc49aa497a676eaec848978c90c
commit 208b21250b9d5dc49aa497a676eaec848978c90c
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    fix tabs vs spaces in previous commit

diff --git a/m68k-unknown-amigaos/Makefile b/m68k-unknown-amigaos/Makefile
index 8cbb7e5..24d3ff5 100644
--- a/m68k-unknown-amigaos/Makefile
+++ b/m68k-unknown-amigaos/Makefile
@@ -243,7 +243,7 @@ $(SOURCESDIR)/$(UPSTREAM_RENDER_TARBALL):
        wget -q -O $@ $(UPSTREAM_RENDER_URI)
 
 $(SOURCESDIR)/$(UPSTREAM_BISON_TARBALL):
-       wget -q -O $@ $(UPSTREAM_BISON_URI) $@
+       wget -q -O $@ $(UPSTREAM_BISON_URI)
 
 ###
 # Rule to create buildsteps dir


-----------------------------------------------------------------------

Summary of changes:
 m68k-unknown-amigaos/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m68k-unknown-amigaos/Makefile b/m68k-unknown-amigaos/Makefile
index 8cbb7e5..24d3ff5 100644
--- a/m68k-unknown-amigaos/Makefile
+++ b/m68k-unknown-amigaos/Makefile
@@ -243,7 +243,7 @@ $(SOURCESDIR)/$(UPSTREAM_RENDER_TARBALL):
        wget -q -O $@ $(UPSTREAM_RENDER_URI)
 
 $(SOURCESDIR)/$(UPSTREAM_BISON_TARBALL):
-       wget -q -O $@ $(UPSTREAM_BISON_URI) $@
+       wget -q -O $@ $(UPSTREAM_BISON_URI)
 
 ###
 # Rule to create buildsteps dir


-- 
Cross-compilation toolchains and environments

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to