summaryrefslogtreecommitdiffstats
path: root/crypto/des
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-07-08 10:13:22 +0000
committerRichard Levitte <levitte@openssl.org>2005-07-08 10:13:22 +0000
commit7d368fcbd87306eccaba6fc1d5b1e8389bb4c434 (patch)
treea9accac46b26bfabf44171c8884647b65cd7fd47 /crypto/des
parent2bd2cd9b7834819bc965c202d654500bae8ea286 (diff)
On case insensitive systems, 'install' gets mixed up with the existing file
'INSTALL', so we need to put some force into installing
Diffstat (limited to 'crypto/des')
-rw-r--r--crypto/des/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/crypto/des/Makefile b/crypto/des/Makefile
index 434809ae85..aa633bf3eb 100644
--- a/crypto/des/Makefile
+++ b/crypto/des/Makefile
@@ -88,7 +88,10 @@ links:
@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
@$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
-install:
+# We need to use force because 'install' matches 'INSTALL' on case
+# insensitive systems
+FRC.install:
+install: FRC.install
@[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
@headerlist="$(EXHEADER)"; for i in $$headerlist ; \
do \