[gold][patch][testsuite] Fix nonexisting .c default _SOURCES

Ralf Wildenhues Ralf.Wildenhues@gmx.de
Sun Oct 10 18:02:00 GMT 2010
Hi Jan,

* Jan Kratochvil wrote on Sun, Oct 10, 2010 at 07:54:39PM CEST:
> as posted by Jiang Jilin in
> 	[PATCH] Fix the TAGS object
> 	http://sourceware.org/ml/gdb-patches/2010-09/msg00320.html
> 
> `make tags' currently:
> 	make[1]: Entering directory `.../gold/testsuite'
> 	make[1]: *** No rule to make target `basic_pic_test.c', needed by `TAGS'.  Stop.
> 
> due to automake `Default _SOURCES'.

The patch can be simplified to this line (untested):
  AM_DEFAULT_SOURCE_EXT = .cc

for all sources ending in .cc at least.

Cheers,
Ralf



More information about the Binutils mailing list