diff options
-rw-r--r-- | src/Makefile | 4 | ||||
-rw-r--r-- | 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 |