summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2003-10-03 21:13:11 +0000
committerSebastien Helleu <flashcode@flashtux.org>2003-10-03 21:13:11 +0000
commita148073391cd162cdcc71aa31c28f257d7738ffb (patch)
treec6431a5f6813986e08f856a65d48622edafc1e3f /src/Makefile
parent2db87e36b8d9f8d35c7c00552d77870b49c8f4ca (diff)
downloadweechat-a148073391cd162cdcc71aa31c28f257d7738ffb.zip
Updated Makefile (dependencies)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 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