diff options
author | wizputer <wizputer@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-10 07:18:01 +0000 |
---|---|---|
committer | wizputer <wizputer@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-10 07:18:01 +0000 |
commit | f1e841b7781e1b481cc43e861abb96bd5306829b (patch) | |
tree | 9c74b6f9325c7769bda3bb8b62e02832c4db2781 /src/txt-converter/char/GNUmakefile | |
parent | f7ca47e0e6c972cd826a2bba6380434ae61ce737 (diff) | |
download | hercules-f1e841b7781e1b481cc43e861abb96bd5306829b.tar.gz hercules-f1e841b7781e1b481cc43e861abb96bd5306829b.tar.bz2 hercules-f1e841b7781e1b481cc43e861abb96bd5306829b.tar.xz hercules-f1e841b7781e1b481cc43e861abb96bd5306829b.zip |
compile time fixes
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@533 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/txt-converter/char/GNUmakefile')
-rw-r--r-- | src/txt-converter/char/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/txt-converter/char/GNUmakefile b/src/txt-converter/char/GNUmakefile index 5d4c61535..56723ca5a 100644 --- a/src/txt-converter/char/GNUmakefile +++ b/src/txt-converter/char/GNUmakefile @@ -1,7 +1,7 @@ all: char-converter sql: char-converter -COMMON_OBJ = ../../common/core.o ../../common/socket.o ../../common/timer.o ../../common/db.o ../../common/malloc.o ../../common/showmsg.o +COMMON_OBJ = ../../common/core.o ../../common/socket.o ../../common/timer.o ../../common/db.o ../../common/malloc.o char-converter: char-converter.o strlib.o $(COMMON_OBJ) $(CC) -o ../../../$@ $^ $(LIB_S) |