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-publicServer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile-publicServer') diff --git a/src/Makefile-publicServer b/src/Makefile-publicServer index 8c4f90f..e0a2a56 100755 --- a/src/Makefile-publicServer +++ b/src/Makefile-publicServer @@ -2,10 +2,10 @@ #CC = /usr/local/gcc/bin/gcc CC = gcc -DISTDIR:=/usr/ +DESTDIR:=/usr/local/ CFLAGS = -g -O0 -DBUBLIC_SERVER -DSUPPORT_NET_UNIX_UDP -I../include -Wall -#CFLAGS = -O2 -DDISTDIR=\"$(DISTDIR)\" `sdl-config --cflags` -I../include -Wall +#CFLAGS = -O2 -DDESTDIR=\"$(DESTDIR)\" `sdl-config --cflags` -I../include -Wall LIBS = -- cgit v1.2.3