Skip to content
This repository has been archived by the owner on Sep 30, 2018. It is now read-only.

Commit

Permalink
remove duplicate lib/include paths using sort
Browse files Browse the repository at this point in the history
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31042 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
davilla committed Jun 12, 2010
1 parent 8cae4e8 commit 7ee0bda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@ SKIN_DIRS=\
DIRS= $(BIN_DIRS) $(EC_DIRS) $(XBMCTEX_DIRS) $(DVDPCODECS_DIRS) $(PAPCODECS_DIRS) \
$(LIB_DIRS) $(SS_DIRS) $(VIS_DIRS) $(SKIN_DIRS)

LIBS=@LIBS@
LIBS=$(sort @LIBS@)
CFLAGS=@CFLAGS@
CXXFLAGS=@CXXFLAGS@
LDFLAGS=@LDFLAGS@
INCLUDES=@INCLUDES@
INCLUDES=$(sort @INCLUDES@)

CLEAN_FILES=xbmc.bin xbmc-xrandr

Expand Down
2 changes: 1 addition & 1 deletion Makefile.include.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ CXX=@CXX@
CC=@CC@
CXXFLAGS+=@CXXFLAGS@
CFLAGS+=@CFLAGS@
INCLUDES+=@INCLUDES@
INCLUDES+=$(sort @INCLUDES@)
DEFINES+= \
-D_LINUX \
-D_FILE_DEFINED \
Expand Down

0 comments on commit 7ee0bda

Please sign in to comment.