diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-15 16:19:07 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-15 16:19:07 +0000 |
commit | 4e003aea5ffaa764bf0e40a63ea314c56903fda0 (patch) | |
tree | 7fe77da393c7b3d1884ab6e127fa0a0eea0138e7 /src/txt-converter/char/Makefile | |
parent | b82433d5426042687173da4339f83379fb9f7106 (diff) | |
download | hercules-4e003aea5ffaa764bf0e40a63ea314c56903fda0.tar.gz hercules-4e003aea5ffaa764bf0e40a63ea314c56903fda0.tar.bz2 hercules-4e003aea5ffaa764bf0e40a63ea314c56903fda0.tar.xz hercules-4e003aea5ffaa764bf0e40a63ea314c56903fda0.zip |
More compile cleanups
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@574 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/txt-converter/char/Makefile')
-rw-r--r-- | src/txt-converter/char/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/txt-converter/char/Makefile b/src/txt-converter/char/Makefile index 8d6d2c911..4dd3db689 100644 --- a/src/txt-converter/char/Makefile +++ b/src/txt-converter/char/Makefile @@ -1,7 +1,7 @@ all: char-converter sql: char-converter -COMMON_OBJ = ../common/core.o ../common/socket.o ../common/timer.o ../common/grfio.o ../common/db.o ../common/lock.o ../common/nullpo.o ../common/malloc.o ../common/showmsg.o +COMMON_OBJ = ../../common/core.o ../../common/socket.o ../../common/timer.o ../../common/grfio.o ../../common/db.o ../../common/lock.o ../../common/nullpo.o ../../common/malloc.o ../../common/showmsg.o char-converter: char-converter.o strlib.o $(COMMON_OBJ) $(CC) -o ../../../$@ $^ $(LIB_S) |