On Mon, Mar 31, 2008 at 09:19:31AM -0400, Bennett Helm wrote: > For about a week now, this is what I get: > Making all in tex2lyx > make all-am > make[4]: *** No rule to make target `lengthcommon.cpp', needed by > `lengthcommon.o'. > make[4]: Target `all-am' not remade because of errors. > make[3]: *** [all] Error 2 > > More recently I've seen this: > > Making all in client > make all-am > make[4]: Nothing to be done for `all-am'. > Making all in . > make[3]: *** No rule to make target `FontIterator.cpp', needed by > `FontIterator.lo'. > make[3]: *** No rule to make target `insets/MailInset.cpp', needed by > `MailInset.lo'.
inset/MailInset* is gone. Btw, I have the feeling that something recently broke the auto* system and changes to Makefile.am do no more trigger a run of automake... Andre'