summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2011-03-22 12:04:02 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2011-03-22 12:04:02 +0000
commit15760b09609802feaede19e7b7839f1a986ea46f (patch)
tree2f9ee72ec98cb2b9fb9d63e6f52af18f70336c3c
parentd2174fa8cc06c1e94d07bcab98efd00046a9ce8c (diff)
downloadnetsurf-15760b09609802feaede19e7b7839f1a986ea46f.tar.gz
netsurf-15760b09609802feaede19e7b7839f1a986ea46f.tar.bz2
Try encouraging the auto-build of testament a little harder
svn path=/trunk/netsurf/; revision=12122
-rw-r--r--Makefile2
-rw-r--r--Makefile.sources2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 560c9a246..84d0f075b 100644
--- a/Makefile
+++ b/Makefile
@@ -470,7 +470,7 @@ CLEANS += clean-builddir
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)
diff --git a/Makefile.sources b/Makefile.sources
index ac4082d38..ef4d83c23 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -46,7 +46,7 @@ S_BROWSER := browser.c download.c frames.c history_core.c netsurf.c \
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)