This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: distcleancheck_listfiles


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]