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:
60ace8f
)
Superfluous bracket.
author
Ben Laurie
<ben@openssl.org>
Wed, 3 Mar 2004 18:25:12 +0000
(18:25 +0000)
committer
Ben Laurie
<ben@openssl.org>
Wed, 3 Mar 2004 18:25:12 +0000
(18:25 +0000)
fips/Makefile.ssl
patch
|
blob
|
history
diff --git
a/fips/Makefile.ssl
b/fips/Makefile.ssl
index 5595f0ebd491969cdce42499f0027e0e73b0c448..ad2f92b47c85390e224ebd9ee17e6ace23550eea 100644
(file)
--- a/
fips/Makefile.ssl
+++ b/
fips/Makefile.ssl
@@
-135,7
+135,7
@@
install:
echo "installing $$i"; \
cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new; \
chmod 755 $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new; \
- mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i
)
; \
+ mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i; \
done
lint: