diff options
author | davilla <davilla@svn> | 2010-05-18 07:37:09 +0000 |
---|---|---|
committer | davilla <davilla@svn> | 2010-05-18 07:37:09 +0000 |
commit | 6f00887ecd1e949a2fabe1974188e66d861f127b (patch) | |
tree | f69d20a753dbfe5632c910bba006164008b2b778 /Makefile.in | |
parent | 07e5742b33364530dcb27835d7d62eeb84b07c95 (diff) |
opps
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30282 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 8df2b9367b..83dd4ba798 100644 --- a/Makefile.in +++ b/Makefile.in @@ -475,7 +475,7 @@ DYNOBJSXBMC= \ ifeq (arm, $(ARCH)) # Force external python2.5 for now! LIBS +=-lpython2.5 -#endif +endif xbmc.bin: $(OBJSXBMC) $(DYNOBJSXBMC) ifeq ($(findstring osx,$(ARCH)), osx) |