From 32468a0072267b3cd0d8f8daa9f7d1869b15d423 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 6 Aug 2003 23:59:15 +0000 Subject: argh, it wasn't *that* easy to generate the ca-bundle header in the build dir instead of the source dir, reverting that change --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index 719f74261..55d0484c1 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@' >> $@ -- cgit v1.2.3