diff options
author | wsnipex <wsnipex@a1.net> | 2013-08-02 12:16:25 +0200 |
---|---|---|
committer | wsnipex <wsnipex@a1.net> | 2013-08-02 12:48:47 +0200 |
commit | 3011fff6e867e81e6138800a5e88ee7bb00f14d2 (patch) | |
tree | b67198c79745c224e7563c4e816bf086f479d29c /Makefile.in | |
parent | 60b93b65eccedcc53703d197fea1d79f84770459 (diff) |
fix linux build after 7e8e1c9493a51e4739a507d6f62dadb7db411f78
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 41851129cd..2427d97c12 100644 --- a/Makefile.in +++ b/Makefile.in @@ -466,6 +466,9 @@ else $(SILENT_LD) $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared -o $@ $(MAINOBJS) -Wl,--start-group $(DYNOBJSXBMC) $(OBJSXBMC) -Wl,--end-group -Wl,--no-undefined $(NWAOBJSXBMC) $(LIBS) endif +xbmc/main/main.a: + $(MAKE) -C xbmc/main + xbmc.bin: $(OBJSXBMC) $(DYNOBJSXBMC) $(NWAOBJSXBMC) $(MAINOBJS) xbmc/main/main.a ifeq ($(findstring osx,@ARCH@), osx) |