diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-25 06:02:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-25 06:02:06 +0000 |
commit | 5f01c78b85af4f66b48a1589329c4fb9981ce752 (patch) | |
tree | 7226f4ade62578bc6a58c2d92ec35c97598ed1e6 /lib/libcrypto/ocsp | |
parent | 9b2a9967579b0f80efba45c01bb80b222b8d45f2 (diff) |
do not assume scripts are executable
Diffstat (limited to 'lib/libcrypto/ocsp')
-rw-r--r-- | lib/libcrypto/ocsp/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/ocsp/Makefile.ssl b/lib/libcrypto/ocsp/Makefile.ssl index b69abdc1c74..2e9a6f0759a 100644 --- a/lib/libcrypto/ocsp/Makefile.ssl +++ b/lib/libcrypto/ocsp/Makefile.ssl @@ -50,7 +50,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) |