Skip to content
Snippets Groups Projects
Commit daea0562 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Kevin Roth pointed out that 'make install' failed if built outside the

sourcedir if we're not using $(srcdir) properly.
parent 30c0db06
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ $(srcdir)/getdate.c: getdate.y
install-data-hook:
@if test -n "@CURL_CA_BUNDLE@"; then \
$(mkinstalldirs) `dirname $(DESTDIR)@CURL_CA_BUNDLE@`; \
@INSTALL_DATA@ ca-bundle.crt $(DESTDIR)@CURL_CA_BUNDLE@; \
@INSTALL_DATA@ $(srcdir)/ca-bundle.crt $(DESTDIR)@CURL_CA_BUNDLE@; \
fi
# this hook is mainly for non-unix systems to build even if configure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment