[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "files left in build directory after distclean" using subdir-objects
From: |
Ralf Wildenhues |
Subject: |
Re: "files left in build directory after distclean" using subdir-objects |
Date: |
Mon, 8 Oct 2007 08:51:40 +0200 |
User-agent: |
Mutt/1.5.16 (2007-07-25) |
Hello Braden,
* Braden McDaniel wrote on Sat, Oct 06, 2007 at 08:18:51PM CEST:
> src/Makefile.am has the following:
>
> if ENABLE_XEMBED
> libexec_PROGRAMS = openvrml-xembed/openvrml-xembed
> endif
[...]
> When I run "make dist", I get:
>
> make[2]: Leaving directory
> `/home/braden/src/openvrml/openvrml.nonrecursive/build/openvrml-0.16.6/_build'
> rm -f config.status config.cache config.log configure.lineno
> config.status.lineno
> rm -f Makefile
> ERROR: files left in build directory after distclean:
> ./src/openvrml-xembed/.libs/openvrml-xembed
> make[1]: *** [distcleancheck] Error 1
>
> I am using Automake 1.10.
Thanks for the report. This should be fixed by the change from
2007-08-16, which will be in Automake 1.11 and 1.10.1. If you like,
you can try CVS Automake to confirm this.
Cheers,
Ralf
Re: "files left in build directory after distclean" using subdir-objects,
Ralf Wildenhues <=