diff --git a/programs/xcopy/Makefile.in b/programs/xcopy/Makefile.in new file mode 100755
All the files you create or modify are marked executable, could you please fix that?
Thanks for the heads up - I should have fixed it now, any problems please let me know.
For reference, in case anyone else hits it, the problem here is I like my windows editor so generally edit over a samba share. (I've just found...) Samba by default 'maps' the archive bit on windows to the execute bit on unix, hence any time I modified the file it was turning the execute bit on. To remove it, add 'map archive no' to the share in smb.conf
The things you learn!
Jason