Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/72b20fbd4549d406becd95c102c462b751032de1
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/72b20fbd4549d406becd95c102c462b751032de1
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/72b20fbd4549d406becd95c102c462b751032de1

The branch, master has been updated
       via  72b20fbd4549d406becd95c102c462b751032de1 (commit)
      from  f9f8129199736929ef7e9f100a38149a3b9d1ce1 (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=72b20fbd4549d406becd95c102c462b751032de1
commit 72b20fbd4549d406becd95c102c462b751032de1
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>

    Makefile: Fix snafu in linkdeps rule
    
    Signed-off-by: Daniel Silverstone <[email protected]>

diff --git a/Makefile b/Makefile
index ec9e813..d8e3b16 100644
--- a/Makefile
+++ b/Makefile
@@ -732,7 +732,7 @@ else
        $(Q)$(RM) $(EXETARGET:,ff8=,e1f)
 endif
        $(VQ)echo "LINKDEPS: $(EXETARGET)"
-       $(Q)echo -n "$(EXETARGET) $(DEPROOT)/link.d: " > $@
+       $(Q)echo -n "$(EXETARGET) $(DEPROOT)/link.d: " > $(DEPROOT)/link.d
        $(Q)$(PERL) tools/linktrace-to-depfile.pl < $(DEPROOT)/link-raw.d >> 
$(DEPROOT)/link.d
 ifeq ($(NETSURF_STRIP_BINARY),YES)
        $(VQ)echo "   STRIP: $(EXETARGET)"


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

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

diff --git a/Makefile b/Makefile
index ec9e813..d8e3b16 100644
--- a/Makefile
+++ b/Makefile
@@ -732,7 +732,7 @@ else
        $(Q)$(RM) $(EXETARGET:,ff8=,e1f)
 endif
        $(VQ)echo "LINKDEPS: $(EXETARGET)"
-       $(Q)echo -n "$(EXETARGET) $(DEPROOT)/link.d: " > $@
+       $(Q)echo -n "$(EXETARGET) $(DEPROOT)/link.d: " > $(DEPROOT)/link.d
        $(Q)$(PERL) tools/linktrace-to-depfile.pl < $(DEPROOT)/link-raw.d >> 
$(DEPROOT)/link.d
 ifeq ($(NETSURF_STRIP_BINARY),YES)
        $(VQ)echo "   STRIP: $(EXETARGET)"


-- 
NetSurf Browser
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to