aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authordavilla <davilla@svn>2010-06-17 20:32:22 +0000
committerdavilla <davilla@svn>2010-06-17 20:32:22 +0000
commite9e7990b428863b8f2daad4dc5fd2b0a320aa965 (patch)
tree7e57bb09a9d2ed9fd89c97ec201db1bc567a03c4 /Makefile.in
parent147b91f46d73a3d60d0154dd9eb37a64a10014ef (diff)
fixed, broken make build on osx, can't use $ (sort @LIBS@), it removes the -framework flags
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31157 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 6583a224ba..f6a8b8d94a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -125,7 +125,7 @@ SKIN_DIRS=\
DIRS= $(BIN_DIRS) $(EC_DIRS) $(XBMCTEX_DIRS) $(DVDPCODECS_DIRS) $(PAPCODECS_DIRS) \
$(LIB_DIRS) $(SS_DIRS) $(VIS_DIRS) $(SKIN_DIRS)
-LIBS=$(sort @LIBS@)
+LIBS=@LIBS@
CFLAGS=@CFLAGS@
CXXFLAGS=@CXXFLAGS@
LDFLAGS=@LDFLAGS@