mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
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:
parent
6800c45104
commit
32468a0072
@ -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@' >> $@
|
||||
|
Loading…
Reference in New Issue
Block a user