On case-insensitive systems, the 'install' target gets matched against
authorRichard Levitte <levitte@openssl.org>
Thu, 22 Jun 2000 18:02:23 +0000 (18:02 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 22 Jun 2000 18:02:23 +0000 (18:02 +0000)
commitce2d00b2b46421562de2ffb40ebce6c26a2778d5
treefd951db5f70e8940cf2193bf26da668c53e83175
parent90ae4673a5030996adea8c0c4d1f6a783ccd079f
On case-insensitive systems, the 'install' target gets matched against
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