summaryrefslogtreecommitdiff
path: root/cocoa/Makefile.target
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/Makefile.target')
-rw-r--r--cocoa/Makefile.target4
1 files changed, 4 insertions, 0 deletions
diff --git a/cocoa/Makefile.target b/cocoa/Makefile.target
index ccaacdc97..367278087 100644
--- a/cocoa/Makefile.target
+++ b/cocoa/Makefile.target
@@ -117,6 +117,10 @@ S_TABBAR := $(addprefix cocoa/PSMTabBarControl/,$(S_TABBAR))
SOURCES := $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_COCOA) $(S_TABBAR)
SOURCES := $(addprefix $(shell pwd)/,$(SOURCES))
+# Since we prefix the sources with the pwd, also create a special
+# prefixed rule so that the testament is run
+$(shell pwd)/content/fetchers/about.c: testament
+
EXETARGET := NetSurf
S_XIBS := MainMenu.xib Browser.xib BrowserWindow.xib DownloadWindow.xib SearchWindow.xib PreferencesWindow.xib \