summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-04-08 11:40:16 +0100
committerVincent Sanders <vince@kyllikki.org>2014-04-08 11:41:58 +0100
commitb7b3496a78fd08197899f588a4abc026c8636e74 (patch)
treec3a5244f6f8d274ae0d66f390a8fc1672d02118a /desktop
parent9ba0d66c6d8b248a1889a98b2e2850a728f7f3c0 (diff)
downloadnetsurf-b7b3496a78fd08197899f588a4abc026c8636e74.tar.gz
netsurf-b7b3496a78fd08197899f588a4abc026c8636e74.tar.bz2
move testament output to object directory instead of modifying source
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Makefile2
-rw-r--r--desktop/version.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/Makefile b/desktop/Makefile
index a914eb3e4..218f60e67 100644
--- a/desktop/Makefile
+++ b/desktop/Makefile
@@ -8,7 +8,7 @@ S_DESKTOP := cookie_manager.c knockout.c hotlist.c mouse.c \
S_DESKTOP := $(addprefix desktop/,$(S_DESKTOP))
# version.c needs the testament
-desktop/version.c: testament utils/testament.h
+desktop/version.c: testament $(OBJROOT)/testament.h
# S_BROWSER are sources related to full browsers but are common
# between RISC OS, GTK, BeOS and AmigaOS builds
diff --git a/desktop/version.c b/desktop/version.c
index 11544c01b..4a92a5bb9 100644
--- a/desktop/version.c
+++ b/desktop/version.c
@@ -1,4 +1,4 @@
-#include "utils/testament.h"
+#include "testament.h"
const char * const netsurf_version = "3.1 (Dev"
#if defined(CI_BUILD)