Fixes several errors in compile-file* for clasp
- drop useless rename that renamed a file to the same name
- compile first to a *.o based on the temp-name
- rename *.o, *.bc, *.dwarf in addition to *.fasl
Did run make test l=clasp, gives the same 7 errors as before this change
Edited by Karsten Poeck