summaryrefslogtreecommitdiff
path: root/lib/libcrypto/sha
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-11-23 02:28:31 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-11-23 02:28:31 +0000
commit7fe26a0f7688de4e714c778fd6451a8b872424d8 (patch)
tree1bcb30a2eacb6af3ae000e1f48ff5e373522dbc7 /lib/libcrypto/sha
parent3baed0b6409db218ce16a86f5de13e071419bd65 (diff)
do not assume shell scripts are +x; d
Diffstat (limited to 'lib/libcrypto/sha')
-rw-r--r--lib/libcrypto/sha/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/sha/Makefile.ssl b/lib/libcrypto/sha/Makefile.ssl
index d01245ce373..6ea5b1d719c 100644
--- a/lib/libcrypto/sha/Makefile.ssl
+++ b/lib/libcrypto/sha/Makefile.ssl
@@ -69,7 +69,7 @@ files:
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
links:
- @$(TOP)/util/point.sh Makefile.ssl Makefile
+ @$(SHELL) $(TOP)/util/point.sh Makefile.ssl Makefile
@$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
@$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)