On Sun, Apr 18, 1999 at 12:54:18PM -0600, Anthony Fok wrote: > Hello Jay! I am wondering if this is a buglet in english/Make.common, > or if it is intentional. > > In the cleandest:: target in english/Make.common, is the line supposed > to be > > $(MAKE) -C $$i clean; \ > > or > > $(MAKE) -C $$i cleandest; \ > > ? (I changed it to the latter in chinese/Make.common, but just wanted > to make sure.) Thanks! :-) > cleandest is correct. I just changed it in english/Make.common You can see how often this get used. :) Thanks for pointing this out.
Jay Treacy

