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
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
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?