>>>>> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes:
Michael> One reason is that the "find" command does not ensure that Michael> files are listed alphabetically. Please have a look at the Michael> attached patch that seems to solve the problem in a very Michael> simple way. I see - `find $(top_srcdir)/src/frontends/xforms/forms -name \*.fd` > $@ + `ls -1 $(top_srcdir)/src/frontends/xforms/forms/*.fd` > $@ What's wrong with just: + $(top_srcdir)/src/frontends/xforms/forms/*.fd Sorting? I'll have to try it myself, I guess... JMarc