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:
90ae467
)
On case-insensitive systems, the 'install' target gets matched against
author
Richard Levitte
<levitte@openssl.org>
Thu, 22 Jun 2000 18:02:23 +0000
(18:02 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 22 Jun 2000 18:02:23 +0000
(18:02 +0000)
the 'INSTALL' file, which means that 9 times of 10, the BlowFish
headers won't get installed. Avoid this in the same way it's done in
crypto/des/Makefile.ssl, where someone apparently has thought of this...
crypto/bf/Makefile.ssl
patch
|
blob
|
history
diff --git
a/crypto/bf/Makefile.ssl
b/crypto/bf/Makefile.ssl
index 1bb56887a5f9c15aceb0ba4f1f852abae912b3a0..adc9eec3c6ab12a375e1c9abe40950999ce9a24f 100644
(file)
--- a/
crypto/bf/Makefile.ssl
+++ b/
crypto/bf/Makefile.ssl
@@
-77,7
+77,9
@@
links:
@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
@$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
-install:
+install: installs
+
+installs:
@for i in $(EXHEADER) ; \
do \
(cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \