From 34d0da2097f860af022c16113cc37e8ebf85da83 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Tue, 21 Feb 2012 19:40:29 +0700 Subject: [PATCH] Make sources to depend on headers again. Wrong dependency Makefiles were generated since moving core to src/ --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 8696b49e..646c73d5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -101,7 +101,7 @@ distclean: clean src/%.o: src/%.cpp Makefile @mkdir -p .depend src $(E) Building core object $*... - $(Q)$(CXX) $(CXXFLAGS) -c -o $@ $< -MD -MF .depend/$*.dep + $(Q)$(CXX) $(CXXFLAGS) -c -o $@ $< -MD -MF .depend/$*.dep -MT $@ install: znc $(LIBZNC) test -d $(DESTDIR)$(bindir) || $(INSTALL) -d $(DESTDIR)$(bindir)