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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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