projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5bdc2f
)
Typo in apps/Makefile.
author
Andy Polyakov
<appro@openssl.org>
Wed, 10 Oct 2007 21:53:53 +0000
(21:53 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Wed, 10 Oct 2007 21:53:53 +0000
(21:53 +0000)
apps/Makefile
patch
|
blob
|
history
diff --git
a/apps/Makefile
b/apps/Makefile
index 4daa92382f742404ce1655de63cd9270e2785947..ce66a21c913647cfde1447508e5c445dcddd9b97 100644
(file)
--- a/
apps/Makefile
+++ b/
apps/Makefile
@@
-103,7
+103,7
@@
install:
chmod 755 $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new; \
mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new \
$(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i; \
- )
done;
+ )
; done
@for i in $(SCRIPTS); \
do \
(echo installing $$i; \