summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)