summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-08-15 20:38:16 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-08-15 20:38:16 +0000
commit142625b53490ba2d838a1f6280babc4c243ebe64 (patch)
tree650932cf4f8328b28c33ba817810c4277c884130 /Makefile.org
parent7cbab63f5a089210b1a7f844ff75426a6c34a820 (diff)
Delete library install from Makefile.fips: it isn't used.
Revert change to Makefile.org: it breaks install.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index cb7893e43d..3e95c0a025 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -645,7 +645,7 @@ install_sw:
chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
done;
@set -e; target=install; $(RECURSIVE_BUILD_CMD)
- @set -e; for i in "$(LIBS)" ;\
+ @set -e; for i in $(LIBS) ;\
do \
if [ -f "$$i" ]; then \
( echo installing $$i; \