Try encouraging the auto-build of testament a little harder

svn path=/trunk/netsurf/; revision=12122
This commit is contained in:
Daniel Silverstone 2011-03-22 12:04:02 +00:00
parent d2174fa8cc
commit 15760b0960
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)