diff options
| author | xHire <xHire@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-20 09:47:54 +0000 |
|---|---|---|
| committer | xHire <xHire@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-20 09:47:54 +0000 |
| commit | 08eafa9f1a152ee1486395beb8fb7efe13b5834a (patch) | |
| tree | ad5b0e60b0d94343aab7984b533a468d9e4e0ae8 /src/Makefile | |
| parent | 01d613a7ccf695090262c9e22c396251146f00bd (diff) | |
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
Diffstat (limited to 'src/Makefile')
| -rwxr-xr-x | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |