diff options
author | Richard Levitte <levitte@openssl.org> | 2003-12-27 15:59:07 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2003-12-27 15:59:07 +0100 |
commit | 79b42e76548f232a4736df0a3322fa7676868537 (patch) | |
tree | cf3dc68835c998a8544d2c175e3d295b3b4d8158 /crypto/md5/Makefile.ssl | |
parent | Include strings.h so strcasecmp() and strncasecmp() get properly declared. (diff) | |
download | openssl-79b42e76548f232a4736df0a3322fa7676868537.tar.xz openssl-79b42e76548f232a4736df0a3322fa7676868537.zip |
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/md5/Makefile.ssl')
-rw-r--r-- | crypto/md5/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md5/Makefile.ssl b/crypto/md5/Makefile.ssl index 2d4df972ff..2361775a2d 100644 --- a/crypto/md5/Makefile.ssl +++ b/crypto/md5/Makefile.ssl @@ -84,7 +84,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) |