From 08eafa9f1a152ee1486395beb8fb7efe13b5834a Mon Sep 17 00:00:00 2001 From: xHire Date: Thu, 20 Mar 2008 09:47:54 +0000 Subject: all 'DISTDIR's were replaced with 'DESTDIR's which are more usual git-svn-id: http://opensvn.csie.org/tuxanci_ng@28 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index b740d40..7160cb5 100755 --- a/src/Makefile +++ b/src/Makefile @@ -4,7 +4,7 @@ CC = gcc #CFLAGS = -O2 -DSUPPORT_NET_SDL_UDP -I../include -Wall `sdl-config --cflags` CFLAGS = -O2 -I../include -Wall `sdl-config --cflags` -#CFLAGS = -O2 -DDISTDIR=\"$(DISTDIR)\" `sdl-config --cflags` -I../include -Wall +#CFLAGS = -O2 -DDESTDIR=\"$(DESTDIR)\" `sdl-config --cflags` -I../include -Wall LIBS = `sdl-config --libs` -lSDL_image -lSDL_ttf -lSDL_mixer -lSDL_net -- cgit v1.2.3