From 9898b48b68330f1be86390749535f7217bb856fd Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 28 Mar 2002 08:38:09 +0000 Subject: 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 --- uisimulator/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uisimulator/Makefile') diff --git a/uisimulator/Makefile b/uisimulator/Makefile index 67057d8cdc..1b86de16b1 100644 --- a/uisimulator/Makefile +++ b/uisimulator/Makefile @@ -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 -- cgit v1.2.3