This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: fastjar/Makefile.in is generated by a bad automake
- To: "H . J . Lu" <hjl at valinux dot com>
- Subject: Re: fastjar/Makefile.in is generated by a bad automake
- From: Tom Tromey <tromey at redhat dot com>
- Date: 21 Feb 2001 14:01:18 -0700
- Cc: gcc-bugs at gcc dot gnu dot org
- References: <20010221112148.A19746@valinux.com>
- Reply-To: tromey at redhat dot com
>>>>> "HJ" == H J Lu <hjl@valinux.com> writes:
HJ> I believe fastjar/Makefile.in is generated by a bad automake. I
HJ> noticed the same problem years ago in binutils. Around line 325,
HJ> there
HJ> @for file in $(DISTFILES); do \
HJ> d=$(srcdir); \
HJ> if test -d $$d/$$file; then \
HJ> cp -pr $$/$$file $(distdir)/$$file; \
HJ> ^^^
This is true but irrelevant.
This rule is never used by the gcc project.
Tom