K 10 svn:author V 3 phk K 8 svn:date V 27 1996-05-28T16:17:48.000000Z K 7 svn:log V 276 Add an option -O to ld. From the manpage: -O filename Specifies the name of the output file. The file is created as filename.tmp and when output is complete renamed to filename. This allows us to: ld -O ${.TARGET} -x -r ${.TARGET} END