summaryrefslogtreecommitdiff
path: root/cocoa/Makefile.target
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2011-03-22 12:42:30 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2011-03-22 12:42:30 +0000
commit1a47f49bdc84673134a8697b78148272c9b501e3 (patch)
treed4009e962fb79cc7e7ce426a3cfc84f9c09b0f97 /cocoa/Makefile.target
parent15760b09609802feaede19e7b7839f1a986ea46f (diff)
downloadnetsurf-1a47f49bdc84673134a8697b78148272c9b501e3.tar.gz
netsurf-1a47f49bdc84673134a8697b78148272c9b501e3.tar.bz2
Fix testament rule for cocoa's build system's prefixed paths
svn path=/trunk/netsurf/; revision=12123
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 \