From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: [PATCH 3/3] configure.ac: add subdir-objects Date: Mon, 11 Jul 2016 10:55:08 -0400 Message-ID: <2238710.OHli6nHpfy@x2> References: <1467832099-12255-1-git-send-email-thomas.petazzoni@free-electrons.com> <1929736.QCCH278Bsg@x2> <20160711165205.14723222@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20160711165205.14723222@free-electrons.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: Thomas Petazzoni Cc: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Monday, July 11, 2016 4:52:05 PM EDT Thomas Petazzoni wrote: > 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, I always run "make distcheck" when doing a release. If v2 passes this, then all is good. Thanks, -Steve