From 686c6133f8c7b284f263307a29d97efa25ed3770 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 8 Aug 2003 11:13:18 +0000 Subject: chmod the cabundle file before we attempt to write to it, to make make distcheck run fine --- lib/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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@' >> $@ -- cgit v1.2.3