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


On Wed, Feb 21, 2001 at 02:01:18PM -0700, Tom Tromey wrote:
> >>>>> "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.
> 

But I don't think it makes it OK.


-- 
H.J. Lu (hjl@valinux.com)


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