summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-06-02 18:20:55 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-06-02 18:20:55 +0000
commit946f57105f390060fdce49db3414e71d4e584440 (patch)
tree1d425108ba9726a3ae62a44f577ea5a2f0374e34
parent2280dc7c43a0a3159d9ab9e529f9060935d1fa39 (diff)
Typo.
-rw-r--r--Makefile.fips2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.fips b/Makefile.fips
index 5d0aca0a3e..619b9cd3ae 100644
--- a/Makefile.fips
+++ b/Makefile.fips
@@ -626,7 +626,7 @@ install: all install_sw
install_sw:
@$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
$(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR) \
- $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl \
+ $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl
@set -e; headerlist="$(EXHEADER)"; for i in $$headerlist;\
do \
(cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \