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:
a6c4ee6
)
Backport the semicolon fix from the 0.9.7 and 0.9.8-dev branches
author
Richard Levitte
<levitte@openssl.org>
Wed, 8 May 2002 15:50:48 +0000
(15:50 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 8 May 2002 15:50:48 +0000
(15:50 +0000)
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index ec0de4fe1282d1f99ba947af24283687c7c33528..e47d8b4b8322f9dc2dedebc8bf51f43ffc339aeb 100644
(file)
--- a/
Makefile.org
+++ b/
Makefile.org
@@
-646,7
+646,7
@@
install: all install_docs
cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/lib; \
$(RANLIB) $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i; \
chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i ); \
- fi \
+ fi
;
\
done
@if [ -n "$(SHARED_LIBS)" ]; then \
tmp="$(SHARED_LIBS)"; \
@@
-664,7
+664,7
@@
install: all install_docs
cp $$i.a $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i.a; \
chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i.a; \
fi ); \
- fi \
+ fi
;
\
done; \
( here="`pwd`"; \
cd $(INSTALL_PREFIX)$(INSTALLTOP)/lib; \