diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-08-08 11:13:18 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-08-08 11:13:18 +0000 |
commit | 686c6133f8c7b284f263307a29d97efa25ed3770 (patch) | |
tree | 7c5535d5d210f03c88d8e93f45b86c92a497d16a /lib | |
parent | 1d1276cc3ac324d301e22460c139523c57e91a49 (diff) |
chmod the cabundle file before we attempt to write to it, to make
make distcheck run fine
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index d49b55cfb..c283769ec 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -91,6 +91,7 @@ $(srcdir)/getdate.c: getdate.y mv -f y.tab.c getdate.c $(srcdir)/ca-bundle.h: Makefile.in Makefile + chmod 0644 $@ echo "/* The file is generated automaticly */" > $@ if CABUNDLE echo '#define CURL_CA_BUNDLE @CURL_CA_BUNDLE@' >> $@ |