diff options
author | levitte <levitte> | 2003-12-27 14:58:37 +0000 |
---|---|---|
committer | levitte <levitte> | 2003-12-27 14:58:37 +0000 |
commit | ae34e3173283f91e7c694385912f5a4c66f1dffc (patch) | |
tree | 565a8d1918d3f2557287f051bba8840dc4a07b8d /crypto/cast | |
parent | d89f5c1a0515676b5b1822e4c67dfab8c524830d (diff) | |
download | openssl-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.ssl | 2 |
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) |