From: Richard Levitte Date: Fri, 31 Oct 2003 10:48:48 +0000 (+0000) Subject: Engines are usually binary, and should therefore be in INSTALLTOP X-Git-Tag: BEN_FIPS_TEST_4^2~11^2~40 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=933398f1102ba99d64f901987c5e8fe340a2c331;p=oweals%2Fopenssl.git Engines are usually binary, and should therefore be in INSTALLTOP rather than OPENSSLDIR. --- diff --git a/Makefile.org b/Makefile.org index eb731bef96..ab3a96adae 100644 --- a/Makefile.org +++ b/Makefile.org @@ -495,7 +495,7 @@ install: all install_docs $(INSTALL_PREFIX)$(INSTALLTOP)/lib \ $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig \ $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl \ - $(INSTALL_PREFIX)$(OPENSSLDIR)/engines \ + $(INSTALL_PREFIX)$(INSTALLTOP)/engines \ $(INSTALL_PREFIX)$(OPENSSLDIR)/misc \ $(INSTALL_PREFIX)$(OPENSSLDIR)/certs \ $(INSTALL_PREFIX)$(OPENSSLDIR)/private \