Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/b227be8cd2108405793e117fa150808dd6120f29
...commit
http://git.netsurf-browser.org/netsurf.git/commit/b227be8cd2108405793e117fa150808dd6120f29
...tree
http://git.netsurf-browser.org/netsurf.git/tree/b227be8cd2108405793e117fa150808dd6120f29
The branch, master has been updated
via b227be8cd2108405793e117fa150808dd6120f29 (commit)
from 71983d527ea86da0e8c8e2195715b9ca55b0de13 (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/commit/?id=b227be8cd2108405793e117fa150808dd6120f29
commit b227be8cd2108405793e117fa150808dd6120f29
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
fix haiku target selection from commandline
diff --git a/Makefile b/Makefile
index dc1c21f..2596e7a 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ ifeq ($(HOST),beos)
TARGET := beos
endif
ifeq ($(TARGET),haiku)
- TARGET := beos
+ override TARGET := beos
endif
endif
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index dc1c21f..2596e7a 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ ifeq ($(HOST),beos)
TARGET := beos
endif
ifeq ($(TARGET),haiku)
- TARGET := beos
+ override TARGET := beos
endif
endif
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org