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/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/Makefile')
-rw-r--r-- | src/char/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/char/Makefile b/src/char/Makefile index 740d2608f..877f83c5a 100644 --- a/src/char/Makefile +++ b/src/char/Makefile @@ -4,9 +4,7 @@ txt: char-server COMMON_OBJ = ../common/core.o ../common/socket.o ../common/timer.o ../common/db.o ../common/lock.o ../common/malloc.o ../common/showmsg.o ../common/strlib.o COMMON_H = ../common/core.h ../common/socket.h ../common/timer.h ../common/mmo.h ../common/db.h ../common/lock.h ../common/timer.h ../common/malloc.h ../common/showmsg.h ../common/strlib.h char-server: char.o inter.o int_party.o int_guild.o int_storage.o int_pet.o $(COMMON_OBJ) - $(CC) -o ../../$@-$(SVN_VERSION) $> - cp ../../$@-$(SVN_VERSION) ../../$@ - + $(CC) -o ../../$@ $> char.o: char.c char.h inter.h int_pet.h $(COMMON_H) ../common/version.h inter.o: inter.c inter.h int_party.h int_guild.h int_storage.h int_pet.h char.h $(COMMON_H) |