aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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@' >> $@