summaryrefslogtreecommitdiff
path: root/src/txt-converter/login/Makefile
diff options
context:
space:
mode:
authoramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-15 16:19:07 +0000
committeramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-15 16:19:07 +0000
commit4e003aea5ffaa764bf0e40a63ea314c56903fda0 (patch)
tree7fe77da393c7b3d1884ab6e127fa0a0eea0138e7 /src/txt-converter/login/Makefile
parentb82433d5426042687173da4339f83379fb9f7106 (diff)
downloadhercules-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/login/Makefile')
-rw-r--r--src/txt-converter/login/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/txt-converter/login/Makefile b/src/txt-converter/login/Makefile
index 84e269737..125490479 100644
--- a/src/txt-converter/login/Makefile
+++ b/src/txt-converter/login/Makefile
@@ -1,7 +1,7 @@
all: login-converter
sql: login-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
COMMON_H = ../../common/core.h ../../common/socket.h ../../common/timer.h ../../common/mmo.h ../../common/version.h ../../common/db.h ../../common/malloc.h