summaryrefslogtreecommitdiff
path: root/src/common/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/GNUmakefile')
-rw-r--r--src/common/GNUmakefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/common/GNUmakefile b/src/common/GNUmakefile
index d1a8ee0c6..b15d4d481 100644
--- a/src/common/GNUmakefile
+++ b/src/common/GNUmakefile
@@ -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: