mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
Make sources to depend on headers again.
Wrong dependency Makefiles were generated since moving core to src/
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user