Fix testament rule for cocoa's build system's prefixed paths

svn path=/trunk/netsurf/; revision=12123
This commit is contained in:
Daniel Silverstone 2011-03-22 12:42:30 +00:00
parent 15760b0960
commit 1a47f49bdc
1 changed files with 4 additions and 0 deletions

View File

@ -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 \