From a148073391cd162cdcc71aa31c28f257d7738ffb Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 3 Oct 2003 21:13:11 +0000 Subject: [PATCH] Updated Makefile (dependencies) --- src/Makefile | 4 ++-- weechat/src/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Makefile b/src/Makefile index 575773bb1..a3f848203 100644 --- a/src/Makefile +++ b/src/Makefile @@ -84,8 +84,8 @@ command.o: command.c weechat.h command.h irc/irc.h gui/gui.h completion.h \ history.h config.h completion.o: completion.c weechat.h completion.h irc/irc.h gui/gui.h \ history.h command.h -config.o: config.c weechat.h config.h irc/irc.h gui/gui.h completion.h \ - history.h +config.o: config.c weechat.h config.h command.h irc/irc.h gui/gui.h \ + completion.h history.h history.o: history.c weechat.h history.h gui/gui.h completion.h weechat.o: weechat.c weechat.h config.h command.h irc/irc.h gui/gui.h \ completion.h history.h diff --git a/weechat/src/Makefile b/weechat/src/Makefile index 575773bb1..a3f848203 100644 --- a/weechat/src/Makefile +++ b/weechat/src/Makefile @@ -84,8 +84,8 @@ command.o: command.c weechat.h command.h irc/irc.h gui/gui.h completion.h \ history.h config.h completion.o: completion.c weechat.h completion.h irc/irc.h gui/gui.h \ history.h command.h -config.o: config.c weechat.h config.h irc/irc.h gui/gui.h completion.h \ - history.h +config.o: config.c weechat.h config.h command.h irc/irc.h gui/gui.h \ + completion.h history.h history.o: history.c weechat.h history.h gui/gui.h completion.h weechat.o: weechat.c weechat.h config.h command.h irc/irc.h gui/gui.h \ completion.h history.h