diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 08446a8d14a..a5c54ffc03b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -33,6 +33,7 @@ git_sha1.h.tmp: fi \ else \ cp $(srcdir)/git_sha1.h git_sha1.h.tmp ;\ + chmod u+w git_sha1.h.tmp; \ fi git_sha1.h: git_sha1.h.tmp |