Hello Danny, > (string-append "INSTALL_PATH=" out) > (string-append "INSTALL_MOD_PATH=" out) > "INSTALL_MOD_STRIP=1" > - "modules_install"))) > + "modules_install" > + (or make-flags '())))) Maybe it would be clearer to have the flags before the make 'target'. Otherwise this looks ok, Thanks, Mathieu