From a148073391cd162cdcc71aa31c28f257d7738ffb Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 3 Oct 2003 21:13:11 +0000 Subject: Updated Makefile (dependencies) --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile') 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 -- cgit v1.2.3