summaryrefslogtreecommitdiff
path: root/src/common/Makefile
diff options
context:
space:
mode:
authormc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-27 17:24:18 +0000
committermc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-27 17:24:18 +0000
commit9ea02a170cc28c6369ab7eeae09c140fbb3d5954 (patch)
tree7648d77247442e37126da7f520b2c84e8ea4c8d8 /src/common/Makefile
parentff5e9eebcc2b116f37bb6f909f3f60f902bb462d (diff)
downloadhercules-9ea02a170cc28c6369ab7eeae09c140fbb3d5954.tar.gz
hercules-9ea02a170cc28c6369ab7eeae09c140fbb3d5954.tar.bz2
hercules-9ea02a170cc28c6369ab7eeae09c140fbb3d5954.tar.xz
hercules-9ea02a170cc28c6369ab7eeae09c140fbb3d5954.zip
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@381 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/Makefile')
-rw-r--r--src/common/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/common/Makefile b/src/common/Makefile
index d1a8ee0c6..b15d4d481 100644
--- a/src/common/Makefile
+++ b/src/common/Makefile
@@ -1,13 +1,13 @@
txt sql all: core.o socket.o timer.o grfio.o db.o lock.o nullpo.o malloc.o showmsg.o
-core.o: core.c core.h
-socket.o: socket.c socket.h mmo.h
-timer.o: timer.c timer.h
-grfio.o: grfio.c grfio.h
-db.o: db.c db.h
-lock.o: lock.h
-nullpo.o: nullpo.c nullpo.h
-malloc.o: malloc.c malloc.h
+core.o: core.c core.h showmsg.h
+socket.o: socket.c socket.h mmo.h showmsg.h
+timer.o: timer.c timer.h showmsg.h
+grfio.o: grfio.c grfio.h showmsg.h
+db.o: db.c db.h showmsg.h
+lock.o: lock.h showmsg.h
+nullpo.o: nullpo.c nullpo.h showmsg.h
+malloc.o: malloc.c malloc.h showmsg.h
showmsg.o: showmsg.c showmsg.h
clean: