diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-30 06:09:45 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-30 06:09:45 +0000 |
commit | 9c6bcfc755263b24a31c5f63e0b0dab2d9a460e0 (patch) | |
tree | 6c5f3a13d6edc9016d7a4037ac2a4630be6c108a /src/char_sql/Makefile | |
parent | 5493d9e25f0e5e91867ab64ea40dba57f142c76e (diff) | |
download | hercules-9c6bcfc755263b24a31c5f63e0b0dab2d9a460e0.tar.gz hercules-9c6bcfc755263b24a31c5f63e0b0dab2d9a460e0.tar.bz2 hercules-9c6bcfc755263b24a31c5f63e0b0dab2d9a460e0.tar.xz hercules-9c6bcfc755263b24a31c5f63e0b0dab2d9a460e0.zip |
remove SVN_VERSION
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@873 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/char_sql/Makefile')
-rw-r--r-- | src/char_sql/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/char_sql/Makefile b/src/char_sql/Makefile index 10d08e2a9..e206dd211 100644 --- a/src/char_sql/Makefile +++ b/src/char_sql/Makefile @@ -5,8 +5,7 @@ COMMON_OBJ = ../common/core.o ../common/socket.o ../common/timer.o ../common/db. COMMON_H = ../common/core.h ../common/socket.h ../common/timer.h ../common/db.h ../common/malloc.h ../common/showmsg.h ../common/utils.h ../common/strlib.h char-server_sql: char.o inter.o int_party.o int_guild.o int_storage.o int_pet.o itemdb.o $(COMMON_OBJ) - $(CC) -o ../../$@-$(SVN_VERSION) $^ $(LIB_S) - cp ../../$@-$(SVN_VERSION) ../../$@ + $(CC) -o ../../$@ $^ $(LIB_S) char.o: char.c char.h ../common/strlib.h itemdb.h ../common/showmsg.h inter.o: inter.c inter.h int_party.h int_guild.h int_storage.h int_pet.h ../common/mmo.h char.h ../common/socket.h ../common/showmsg.h |