The -stop f option generates a list of files, which is useful for dependencies in a Makefile, but omits the mlb-files. Is there some reason for this? I'd prefer that it included the mlb-files, because is easy to filter them out (e.g. grep -v '\.mlb$'), but omiting them results in incomplete dependencies. -Vesa Karvonen