summaryrefslogtreecommitdiffstats
path: root/crypto/des
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-07-08 10:13:25 +0000
committerRichard Levitte <levitte@openssl.org>2005-07-08 10:13:25 +0000
commit86a249fe4ffca828926f60989b6fbffff507a439 (patch)
treeb3206a07979cfd9cd4ee67055af2b0963e64a4f7 /crypto/des
parent6cae8221c96321b749ab3a7b0e5f281478ba0185 (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 \