chmod the cabundle file before we attempt to write to it, to make

make distcheck run fine
This commit is contained in:
Daniel Stenberg 2003-08-08 11:13:18 +00:00
parent 1d1276cc3a
commit 686c6133f8

View File

@ -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@' >> $@