Is there really reasons for this kind of force rebuilds as seen in Bugs/Makefile? Isn't make especially designed for this kind of dependencies?
--- Makefile 2000/12/01 21:21:51 1.6 +++ Makefile 2001/05/28 16:00:46 @@ -11,8 +11,4 @@ $(HTMLFILES): otherpages.inc footer.inc -# this needs to be forced, because the pseudo-packages.description list -# may change any time -pseudo-packages.$(LANGUAGE).html: FORCE - -FORCE: +pseudo-packages.$(LANGUAGE).html: pseudo-packages.description -- Tommi Vainikainen