On Fri, 07 Oct 2011, Marc Balmer wrote:
Modified Files: src/lib: Makefile +# Lua bindings come last, they might depend on anything +SUBDIR+= lua
Just adding it last doesn't ensure it gets built last. You probably need a .WAIT. --apb (Alan Barrett)