diff options
author | Bodo Möller <bodo@openssl.org> | 1999-04-29 14:30:49 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 1999-04-29 14:30:49 +0200 |
commit | cc98d9b68cece257364d872a9652e22d874223b3 (patch) | |
tree | 17e2876c8943c824efe3dba02f5bf40fd72feaff /tools | |
parent | Typo fixed. (diff) | |
download | openssl-cc98d9b68cece257364d872a9652e22d874223b3.tar.xz openssl-cc98d9b68cece257364d872a9652e22d874223b3.zip |
Fix make target "install".
Submitted by: Niels Poppe
Reviewed by:
PR:
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.ssl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile.ssl b/tools/Makefile.ssl index 959d752c9f..08d4a7cc71 100644 --- a/tools/Makefile.ssl +++ b/tools/Makefile.ssl @@ -26,6 +26,7 @@ install: do \ (cp $$i $(INSTALLTOP)/bin/$$i; \ chmod 755 $(INSTALLTOP)/bin/$$i ); \ + done; @for i in $(MISC_APPS) ; \ do \ (cp $$i $(OPENSSLTOP)/misc/$$i; \ |