Hello, On Wed, 06 Jul 2016 18:47:47 -0400, Steve Grubb wrote:
> Applying this breaks the build > > am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) > make[4]: Entering directory '/home/sgrubb/working/BUILD/audit/bindings/python/ > python2' > Makefile:485: ../../../bindings/python/.deps/auparse_la-auparse_python.Plo: > No > such file or directory > make[4]: *** No rule to make target '../../../bindings/python/.deps/ > auparse_la-auparse_python.Plo'. Stop. Ah, right, that's due to a bug in automake < 1.16 when a variable is used in _SOURCES. I've fixed that in v2 by using a simpler relative path in the Python bindings Makefile.am. Patch coming shortly. Thanks for spotting the issue, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- Linux-audit mailing list [email protected] https://www.redhat.com/mailman/listinfo/linux-audit
