Re: Incorrect directory creation with 'make dist' and EXTRA_DIST

2006-01-04 Thread Stepan Kasal
Hello, On Wed, Jan 04, 2006 at 06:12:11PM +0100, Sander Niemeijer wrote: > distdir: $(DISTFILES) > $(am__remove_distdir) > mkdir $(distdir) > --->$(mkdir_p) $(distdir)/$(top_srcdir)/data The problem is caused by the following line in Makefile.am: EXTRA_DIST = $(top_sr

depcomp testing (was: depcomp: support newer HP compilers)

2006-01-04 Thread Ralf Wildenhues
Hi Alexandre, * Alexandre Duret-Lutz wrote on Wed, Jan 04, 2006 at 01:11:25AM CET: > > RW> Note that ia64hp style, unlike tru64, removes all possible tmpdepfiles > RW> with this patch. It may be useful to change tru64 style to do this as > RW> well. > > I confess I can't see why it's useful,