> I moved the chmod after the copy because if the makefile is read only > this failed (e.g. if you have it in version control, locked). Moving the > chmod here (from the end) removes the read only flag and allows the file > append. Looks good, committed. -Brian