argh, it wasn't *that* easy to generate the ca-bundle header in the build

dir instead of the source dir, reverting that change
This commit is contained in:
Daniel Stenberg 2003-08-06 23:59:15 +00:00
parent 6800c45104
commit 32468a0072
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ $(srcdir)/getdate.c: getdate.y
$(YACC) $(YFLAGS) getdate.y; \
mv -f y.tab.c getdate.c
$(top_builddir)/ca-bundle.h: Makefile.in Makefile
$(srcdir)/ca-bundle.h: Makefile.in Makefile
echo "/* The file is generated automaticly */" > $@
if CABUNDLE
echo '#define CURL_CA_BUNDLE @CURL_CA_BUNDLE@' >> $@