aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2015-02-04 18:50:00 -0500
committerRich Salz <rsalz@openssl.org>2015-02-04 18:50:00 -0500
commit1f7103b6ebd1579e4ead17405f89d44330386949 (patch)
treec6b8cc58b4afb3d4b10cc134dbfa91c127298422 /Makefile.org
parenta479d72dba4afc17f46db5429a5271f1202e2d55 (diff)
downloadopenssl-1f7103b6ebd1579e4ead17405f89d44330386949.tar.gz
Fix various build breaks
TABLE wasn't updated from a previous Configure change Missed an RMD160/RIPE/RIPEMD unification in mkdef.pl Makefile install_sw referenced file doc/openssl-shared.txt (RT3686) Needed to run 'make update' because - Various old code has been removed - Varous old #ifdef tests were removed Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.org b/Makefile.org
index 3fa129c709..f60ecf310c 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -600,8 +600,6 @@ install_sw:
if [ "$(INSTALLTOP)" != "/usr" ]; then \
echo 'OpenSSL shared libraries have been installed in:'; \
echo ' $(INSTALLTOP)'; \
- echo ''; \
- sed -e '1,/^$$/d' doc/openssl-shared.txt; \
fi; \
fi
cp libcrypto.pc $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/pkgconfig