mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Previously, "make clean" would happily delete swig's output files even though configure did not find swig and thus these files could not be generated again. This half-fixes issue 276. It would be great if the Makefiles never delete files which are part of the tarball, but at least they now don't delete files which cannot be regenerated. Signed-off-by: Uli Schlachter <psychon@znc.in>