> So, make first removes (among others) modules-bltin, _then_ > excutes distclean-modules, that depends on Makemod that > depends on modules-bltin ... that reruns our nice scripts > and leaves some files around (because they already are deleted > from make's point of view :-). Here is a collection of dependency fixes. 1) I made modules-bltin depend on Makefile. This forces it to get re-made after a re-configure (this would have saved me a chunk of time the other night...) 2) I moved the module deletion stuff _above_ the @@clean.mk@@ in Src/Makefile.in. This causes the module deletion dependencies to get entered first into the dependency graph, and so they get deleted first too (before Makemod does). This gets rid of all the stupidity where Makemod gets created right after it is deleted. 3) I moved the deletion of modules.index and modules-bltin out of distclean and into clean. I saw no compelling reason for it to be in distclean. I think removing reasons for 'make distclean' is good. -- I'm really matt_armstrong@bigfoot.com. My ISP is blacklisted by http://www.orbs.org, so I must use hotmail. :-( ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com