Author: dsilvers
Date: Tue Mar 22 07:04:02 2011
New Revision: 12122
URL:
http://source.netsurf-browser.org?rev=12122&view=rev
Log:
Try encouraging the auto-build of testament a little harder
Modified:
trunk/netsurf/Makefile
trunk/netsurf/Makefile.sources
Modified: trunk/netsurf/Makefile
URL:
http://source.netsurf-browser.org/trunk/netsurf/Makefile?rev=12122&r1...
==============================================================================
--- trunk/netsurf/Makefile (original)
+++ trunk/netsurf/Makefile Tue Mar 22 07:04:02 2011
@@ -470,7 +470,7 @@
all-program: $(EXETARGET) post-exe
.PHONY: testament
-testament:
+testament utils/testament.h:
$(Q)$(PERL) utils/svn-testament.pl $(CURDIR) utils/testament.h
post-exe: $(POSTEXES)
Modified: trunk/netsurf/Makefile.sources
URL:
http://source.netsurf-browser.org/trunk/netsurf/Makefile.sources?rev=1212...
==============================================================================
--- trunk/netsurf/Makefile.sources (original)
+++ trunk/netsurf/Makefile.sources Tue Mar 22 07:04:02 2011
@@ -46,7 +46,7 @@
S_BROWSER := $(addprefix desktop/,$(S_BROWSER))
# The following files depend on the testament
-content/fetchers/about.c: testament
+content/fetchers/about.c: testament utils/testament.h
# Some extra rules for building the transliteration table.
ifeq ($(HOST),riscos)