From: Daniel Stenberg Date: Wed, 6 Aug 2003 23:59:15 +0000 (+0000) Subject: argh, it wasn't *that* easy to generate the ca-bundle header in the build X-Git-Tag: curl-7_10_7~94 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=32468a0072267b3cd0d8f8daa9f7d1869b15d423;p=thirdparty%2Fcurl.git argh, it wasn't *that* easy to generate the ca-bundle header in the build dir instead of the source dir, reverting that change --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 719f742612..55d0484c12 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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@' >> $@