mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
After previous commit compiler.cpp depends on python headers, because it includes them. Therefore g++ tries to write a depend file about them. If there's no such dir .depend yet, it'll fail. Thanks to SilverLeo for noticing this.