Fix testament rule for cocoa's build system's prefixed paths
svn path=/trunk/netsurf/; revision=12123
This commit is contained in:
parent
15760b0960
commit
1a47f49bdc
|
@ -117,6 +117,10 @@ S_TABBAR := $(addprefix cocoa/PSMTabBarControl/,$(S_TABBAR))
|
||||||
SOURCES := $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_COCOA) $(S_TABBAR)
|
SOURCES := $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_COCOA) $(S_TABBAR)
|
||||||
SOURCES := $(addprefix $(shell pwd)/,$(SOURCES))
|
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
|
EXETARGET := NetSurf
|
||||||
|
|
||||||
S_XIBS := MainMenu.xib Browser.xib BrowserWindow.xib DownloadWindow.xib SearchWindow.xib PreferencesWindow.xib \
|
S_XIBS := MainMenu.xib Browser.xib BrowserWindow.xib DownloadWindow.xib SearchWindow.xib PreferencesWindow.xib \
|
||||||
|
|
Loading…
Reference in New Issue