Fixed makefile, after removing msg.h
authorviric@llimona
Tue, 10 Apr 2007 00:16:04 +0200
changeset 118 f45aad564b6e
parent 117 db479ef293d3
child 119 361b08d33762
Fixed makefile, after removing msg.h
Makefile
--- a/Makefile	Tue Apr 10 00:14:45 2007 +0200
+++ b/Makefile	Tue Apr 10 00:16:04 2007 +0200
@@ -24,15 +24,15 @@
 # Dependencies
 main.o: main.c main.h
 server_start.o: server_start.c main.h
-server.o: server.c main.h msg.h
-client.o: client.c main.h msg.h
-msgdump.o: msgdump.c main.h msg.h
-jobs.o: jobs.c main.h msg.h
-execute.o: execute.c main.h msg.h
-msg.o: msg.c main.h msg.h
+server.o: server.c main.h
+client.o: client.c main.h
+msgdump.o: msgdump.c main.h
+jobs.o: jobs.c main.h
+execute.o: execute.c main.h
+msg.o: msg.c main.h
 client_run.o: client_run.c main.h
 mail.o: mail.c main.h
-error.o: error.c main.h msg.h
+error.o: error.c main.h
 signals.o: signals.c main.h
 list.o: list.c main.h