From 5da9148dd11760c74db86d316d39ca329f8df24f Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 21 May 2009 18:34:34 +0300 Subject: fix build and clean up --- gp2x/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gp2x/Makefile') diff --git a/gp2x/Makefile b/gp2x/Makefile index e91ac43..2d57ebb 100644 --- a/gp2x/Makefile +++ b/gp2x/Makefile @@ -22,8 +22,8 @@ CFLAGS += -DARM_ARCH -DGP2X_BUILD CFLAGS += -O3 -std=c99 -msoft-float -funsigned-char -fno-common \ -fno-builtin \ -INCLUDES = `$(PREFIX)/bin/arm-open2x-linux-sdl-config --cflags` -LIBS = `$(PREFIX)/bin/arm-open2x-linux-sdl-config --libs` \ +INCLUDES = `$(PREFIX)/bin/sdl-config --cflags` -I$(PREFIX)/include +LIBS = `$(PREFIX)/bin/sdl-config --libs` \ -lm -ldl -lpthread -lz -static # Compilation: -- cgit v1.2.3