removed the -I and -L with Linux-style paths. If we need those full paths,
we should make a configure script or similar git-svn-id: svn://svn.rockbox.org/rockbox/trunk@40 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6b5bf55acf
commit
9898b48b68
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ RM = rm
|
|||
CFLAGS = -g
|
||||
CPPFLAGS = -DHAVE_CONFIG_H -DGETTIMEOFDAY_TWO_ARGS
|
||||
LDFLAGS = -lX11 -lm -lXt -lXmu -lnsl
|
||||
INCLUDES = -I/usr/X11R6/include
|
||||
LIBDIRS = -L/usr/X11R6/lib
|
||||
INCLUDES =
|
||||
LIBDIRS =
|
||||
DEPEND = .depends
|
||||
|
||||
OBJS= screenhack.o uibasic.o resources.o visual.o lcd.o lcd-x11.o
|
||||
|
|
Loading…
Reference in a new issue