diff options
author | markus <> | 2002-09-04 18:46:25 +0000 |
---|---|---|
committer | markus <> | 2002-09-04 18:46:25 +0000 |
commit | 70a0eeb2dc3383eb94198ed84a863553d445b8e8 (patch) | |
tree | 915d9fb7a0ff7c1c3a38c2672501190985d3c8e9 /src/lib/libcrypto/bf | |
parent | 9482ba4a58b16aebf5b63997d4f5c683914c694f (diff) | |
download | openbsd-70a0eeb2dc3383eb94198ed84a863553d445b8e8.tar.gz openbsd-70a0eeb2dc3383eb94198ed84a863553d445b8e8.tar.bz2 openbsd-70a0eeb2dc3383eb94198ed84a863553d445b8e8.zip |
execute bourne shell scripts with 'sh' and not with $SHELL
Diffstat (limited to 'src/lib/libcrypto/bf')
-rw-r--r-- | src/lib/libcrypto/bf/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bf/Makefile.ssl b/src/lib/libcrypto/bf/Makefile.ssl index b045f54686..e304d33732 100644 --- a/src/lib/libcrypto/bf/Makefile.ssl +++ b/src/lib/libcrypto/bf/Makefile.ssl | |||
@@ -73,7 +73,7 @@ files: | |||
73 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 73 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
74 | 74 | ||
75 | links: | 75 | links: |
76 | @$(SHELL) $(TOP)/util/point.sh Makefile.ssl Makefile | 76 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
77 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 77 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
78 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 78 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
79 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 79 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |