Author: dsilvers
Date: Tue Mar 22 07:42:30 2011
New Revision: 12123
URL:
http://source.netsurf-browser.org?rev=12123&view=rev
Log:
Fix testament rule for cocoa's build system's prefixed paths
Modified:
trunk/netsurf/cocoa/Makefile.target
Modified: trunk/netsurf/cocoa/Makefile.target
URL:
http://source.netsurf-browser.org/trunk/netsurf/cocoa/Makefile.target?rev...
==============================================================================
--- trunk/netsurf/cocoa/Makefile.target (original)
+++ trunk/netsurf/cocoa/Makefile.target Tue Mar 22 07:42:30 2011
@@ -117,6 +117,10 @@
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 \