From 1a47f49bdc84673134a8697b78148272c9b501e3 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Tue, 22 Mar 2011 12:42:30 +0000 Subject: Fix testament rule for cocoa's build system's prefixed paths svn path=/trunk/netsurf/; revision=12123 --- cocoa/Makefile.target | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cocoa/Makefile.target') 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 \ -- cgit v1.2.3