summaryrefslogtreecommitdiff
path: root/Makefile.sources
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 /Makefile.sources
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
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources2
1 files changed, 1 insertions, 1 deletions
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)