On Monday 24 June 2002 11:16 am, Andre Poenitz wrote: > On Mon, Jun 24, 2002 at 10:58:44AM +0100, Angus Leeming wrote: > > All the forms/form_*.[Ch] files are now autogenerated. As such, you'll > > probably find them in your build tree, not your src tree. > > I looked in either. Some of the form_*.[Ch] were there, some not (_about* > was missing, too)
You mean both... Linguistic splitting of hairs aside, I'd be interested in discovering what's going on. It's a new adventure for me this makefile stuff and I found it quite confusing at times. Of course, you could be demonstrating that your dependency tracking has goine mad yet again ;-) > Anyway. I try a really clean checkout/rebuild right now. That's a little excessive ;-) Why not cd build/src/frontends/xforms/forms make clean make or even rm -f form* make or more elegantly (?) trigger a rebuild with cd lyxsrc/src/frontends/xforms/forms touch *.fd cd lyxbuild/src/frontends/xforms/forms make Angus