summaryrefslogtreecommitdiff
path: root/crypto/cast
diff options
context:
space:
mode:
authorlevitte <levitte>2003-12-27 14:58:37 +0000
committerlevitte <levitte>2003-12-27 14:58:37 +0000
commitae34e3173283f91e7c694385912f5a4c66f1dffc (patch)
tree565a8d1918d3f2557287f051bba8840dc4a07b8d /crypto/cast
parentd89f5c1a0515676b5b1822e4c67dfab8c524830d (diff)
downloadopenssl-ae34e3173283f91e7c694385912f5a4c66f1dffc.tar.gz
Use sh explicitely to run point.sh
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
Diffstat (limited to 'crypto/cast')
-rw-r--r--crypto/cast/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cast/Makefile.ssl b/crypto/cast/Makefile.ssl
index d1b2bafd3..98393a37b 100644
--- a/crypto/cast/Makefile.ssl
+++ b/crypto/cast/Makefile.ssl
@@ -71,7 +71,7 @@ files:
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
links:
- @$(TOP)/util/point.sh Makefile.ssl Makefile
+ @sh $(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)