From: Daniel Stenberg Date: Fri, 8 Aug 2003 11:13:18 +0000 (+0000) Subject: chmod the cabundle file before we attempt to write to it, to make X-Git-Tag: curl-7_10_7~79 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=686c6133f8c7b284f263307a29d97efa25ed3770;p=thirdparty%2Fcurl.git chmod the cabundle file before we attempt to write to it, to make make distcheck run fine --- diff --git a/lib/Makefile.am b/lib/Makefile.am index d49b55cfb6..c283769ec6 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@' >> $@