This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: distcleancheck_listfiles
- From: Alexandre Duret-Lutz <duret_g at lrde dot epita dot fr>
- To: Bruce Korb <bkorb at pacbell dot net>
- Cc: automake at gnu dot org
- Date: Sun, 28 Jul 2002 21:09:08 +0200
- Subject: Re: distcleancheck_listfiles
- References: <3D42ED3D.4F6536F7@pacbell.net>
On Sat, Jul 27, 2002 at 11:58:05AM -0700, Bruce Korb wrote:
> Makefile.am:
> > distcleancheck_listfiles = \
> > find -type f -exec sh -c 'test -f $(scrdir)/{} || echo {}'
The -exec argument should be terminated by \;
You wrote $(scrdir) instead of $(srcdir).
--
Alexandre Duret-Lutz