Re: [bug-gnulib] Re: [patch] byteswap module fails when building from subdir

2005-08-29 Thread Bruno Haible
Oskar Liljeblad wrote: > > byteswap.h: byteswap_.h > > - cp $(srcdir)/$< [EMAIL PROTECTED] > > + cp $(srcdir)/byteswap_.h [EMAIL PROTECTED] > > mv [EMAIL PROTECTED] $@ > > [..] > > I wrote that module. You didn't object to the patch, so I applied it now. Thanks, Ben. Bruno

Re: [bug-gnulib] Re: [patch] byteswap module fails when building from subdir

2005-07-30 Thread Ben Pfaff
Bruno Haible <[EMAIL PROTECTED]> writes: > Oskar Liljeblad wrote: >> > byteswap.h: byteswap_.h >> > - cp $(srcdir)/$< [EMAIL PROTECTED] >> > + cp $(srcdir)/byteswap_.h [EMAIL PROTECTED] >> > mv [EMAIL PROTECTED] $@ >> >> Can you please explain why this is necessary, >> so that

Re: [bug-gnulib] Re: [patch] byteswap module fails when building from subdir

2005-07-30 Thread Bruno Haible
Oskar Liljeblad wrote: > > byteswap.h: byteswap_.h > > - cp $(srcdir)/$< [EMAIL PROTECTED] > > + cp $(srcdir)/byteswap_.h [EMAIL PROTECTED] > > mv [EMAIL PROTECTED] $@ > > Can you please explain why this is necessary, > so that I won't make the same mistake in the future again?