bug#7922: 1.11 doesn't add sources with nonstandard suffixes when making a binary

2011-01-26 Thread Юрий Пухальский
Good evening, Ralf! I don't have the example at home, but shall try to recreate it. If i have a Makefile.am like this: SUFFIXES=.pc .pc.c: cp $< $@ noinst_LTLIBRARIES=libfoo.la libfoo_la_SOURCES=foo.pc Then the rule for tags is generated, and on make tags the TAGS file is created with foo.pc

bug#7922: 1.11 doesn't add sources with nonstandard suffixes when making a binary

2011-01-26 Thread Ralf Wildenhues
Hello Юрий, please, do not top-post on this list. Thank you. * Юрий Пухальский wrote on Wed, Jan 26, 2011 at 11:23:42AM CET: > 2011/1/11 Ralf Wildenhues: > > * Юрий Пухальский wrote on Tue, Jan 11, 2011 at 03:48:08PM CET: > >> .SUFFIXES: .pc .lo .c > >> .pc.c: > >>       cp $< $@ > >> .c.lo: > >

bug#7824: 1.11 doesn't add sources with nonstandard suffixes when making a binary

2011-01-26 Thread Юрий Пухальский
Good day, Ralf! .pc.lo compiles but there is no tags rule being generated. With .pc.c rule tags are ok. So still there is a problem somewhere... 2011/1/11 Ralf Wildenhues : > Hello Юрий, > > * Юрий Пухальский wrote on Tue, Jan 11, 2011 at 03:48:08PM CET: >> I've (finally) made it through two imp