aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-08-06 23:59:15 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-08-06 23:59:15 +0000
commit32468a0072267b3cd0d8f8daa9f7d1869b15d423 (patch)
tree473dd7431b2e49218dcba35c10d6b204e6abe3b5 /lib/Makefile.am
parent6800c451041cf8ce69fba2b66ee953d4ae0d6f9d (diff)
argh, it wasn't *that* easy to generate the ca-bundle header in the build
dir instead of the source dir, reverting that change
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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@' >> $@