From 825ea5615d1c8bc4284f3689c6370c991d5335d2 Mon Sep 17 00:00:00 2001 From: momacabu Date: Sat, 10 Nov 2012 05:43:56 +0000 Subject: Removed lock files since it is no longer being used (bugreport:6767). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16898 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/Makefile.in | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'src/common/Makefile.in') diff --git a/src/common/Makefile.in b/src/common/Makefile.in index 379f80231..c24499c02 100644 --- a/src/common/Makefile.in +++ b/src/common/Makefile.in @@ -1,5 +1,5 @@ -COMMON_OBJ = obj_all/core.o obj_all/socket.o obj_all/timer.o obj_all/db.o obj_all/lock.o \ +COMMON_OBJ = obj_all/core.o obj_all/socket.o obj_all/timer.o obj_all/db.o \ obj_all/nullpo.o obj_all/malloc.o obj_all/showmsg.o obj_all/strlib.o obj_all/utils.o \ obj_all/grfio.o obj_all/mapindex.o obj_all/ers.o obj_all/md5calc.o \ obj_all/minicore.o obj_all/minisocket.o obj_all/minimalloc.o obj_all/random.o obj_all/des.o \ @@ -23,23 +23,19 @@ LIBCONFIG_INCLUDE = -I../../3rdparty/libconfig HAVE_MYSQL=@HAVE_MYSQL@ ifeq ($(HAVE_MYSQL),yes) - ALL_DEPENDS=txt sql + ALL_DEPENDS=sql SQL_DEPENDS=common common_sql else - ALL_TARGET=txt SQL_DEPENDS=needs_mysql endif -TXT_DEPENDS=common @SET_MAKE@ ##################################################################### -.PHONY : all txt sql clean help +.PHONY : all sql clean help all: $(ALL_DEPENDS) -txt: $(TXT_DEPENDS) - sql: $(SQL_DEPENDS) clean: @@ -47,8 +43,7 @@ clean: @rm -rf *.o obj_all obj_sql help: - @echo "possible targets are 'txt' 'sql' 'all' 'clean' 'help'" - @echo "'txt' - builds object files used in txt servers" + @echo "possible targets are 'sql' 'all' 'clean' 'help'" @echo "'sql' - builds object files used in sql servers" @echo "'all' - builds all above targets" @echo "'clean' - cleans builds and objects" -- cgit v1.2.3-60-g2f50