egcs/gcc ChangeLog Makefile.in config.in confi ...
Zack Weinberg
zackw@panix.com
Wed Jan 9 11:04:00 GMT 2002
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
More information about the Gcc
mailing list