bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: obvious typo in bfd/Makefile.in


From: Tom Tromey
Subject: Re: obvious typo in bfd/Makefile.in
Date: 03 Feb 2001 14:53:11 -0700

>>>>> "Nick" == Nick Clifton <address@hidden> writes:

> : -       cp -pr $$/$$file $(distdir)/$$file; \
> : +       cp -pr $$d/$$file $(distdir)/$$file; \

Nick> Applied.

FYI:

This is actually an automake bug.  Fixing Makefile.in is pointless
since it will occur again if you re-run automake.

Also, as far as I know this particular rule is never used by binutils,
because the binutils maintainers don't use `make dist' to create the
distribution tarball.

This bug has been fixed in the automake cvs repo for a long time.  The
fix is also in the current prerelease (1.4b).

Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]