Commit 32468a00 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

dir instead of the source dir, reverting that change
parent 6800c451
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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@' >> $@