This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: fastjar/Makefile.in is generated by a bad automake


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]