On Wed, Sep 28, 2011 at 1:27 PM, Michael Meeks <[email protected]> wrote: > > Having done a from-clean make (successfully), I was slightly surprised > to discover that this had failed to compile the unit tests: >
That was a problem in the top-level Makefile. the target 'all' was not the first target anymore but 'build' was so make was doing make build instead of make all fixed Norbert _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
