This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: egcs/gcc ChangeLog Makefile.in config.in confi ...


On Wed, Jan 09, 2002 at 03:21:50PM +0100, Bo Thorsen wrote:
> This patch broke the builds. Reverting to configure version 1.583 and 
> Makefile.in version 1.817 solved the problem.
> 
> The problem shows itself when you only use --enable-languages=c, since that 
> makes lang_tree_files be an empty variable. This in turn makes this Makefile 
> code invalid:
> 
> gencheck.h : s-gencheck ; @true
> s-gencheck : Makefile
> 	for t in $(lang_tree_files); do \
> 	    echo "#include \"$$t\""; \
> 	done | sed 's|$(srcdir)/||' > tmp-gencheck.h
> 	$(SHELL) $(srcdir)/move-if-change tmp-gencheck.h gencheck.h
> 	$(STAMP) s-gencheck

I'm testing a patch for this now.

zw


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