diff options
author | beck <> | 2000-12-18 18:59:03 +0000 |
---|---|---|
committer | beck <> | 2000-12-18 18:59:03 +0000 |
commit | 7ad2cb29ed6b9a44f24f1183a273a652cb61a439 (patch) | |
tree | 3aeffefba7c8fed0fb642a503ce9dd2bcb90d09d | |
parent | 78b2c3ac86d9ee02f2761acc9bca087e29198a44 (diff) | |
download | openbsd-7ad2cb29ed6b9a44f24f1183a273a652cb61a439.tar.gz openbsd-7ad2cb29ed6b9a44f24f1183a273a652cb61a439.tar.bz2 openbsd-7ad2cb29ed6b9a44f24f1183a273a652cb61a439.zip |
fix util script runs to not assume they are executable.
-rw-r--r-- | src/lib/libcrypto/dso/Makefile.ssl | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/engine/Makefile.ssl | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/md4/Makefile.ssl | 2 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/dso/Makefile.ssl | 2 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/engine/Makefile.ssl | 2 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/md4/Makefile.ssl | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/dso/Makefile.ssl b/src/lib/libcrypto/dso/Makefile.ssl index effc46d2dc..a37f547482 100644 --- a/src/lib/libcrypto/dso/Makefile.ssl +++ b/src/lib/libcrypto/dso/Makefile.ssl | |||
@@ -48,7 +48,7 @@ files: | |||
48 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 48 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
49 | 49 | ||
50 | links: | 50 | links: |
51 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 51 | @$(SHELL) $(TOP)/util/point.sh Makefile.ssl Makefile |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
54 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 54 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/engine/Makefile.ssl b/src/lib/libcrypto/engine/Makefile.ssl index 7a0ffe755d..d49b7c8159 100644 --- a/src/lib/libcrypto/engine/Makefile.ssl +++ b/src/lib/libcrypto/engine/Makefile.ssl | |||
@@ -48,7 +48,7 @@ files: | |||
48 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 48 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
49 | 49 | ||
50 | links: | 50 | links: |
51 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 51 | @$(SHELL) $(TOP)/util/point.sh Makefile.ssl Makefile |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
54 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 54 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/md4/Makefile.ssl b/src/lib/libcrypto/md4/Makefile.ssl index 5341bf5b46..6ee3ca88ed 100644 --- a/src/lib/libcrypto/md4/Makefile.ssl +++ b/src/lib/libcrypto/md4/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @$(SHELL) $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/dso/Makefile.ssl b/src/lib/libssl/src/crypto/dso/Makefile.ssl index effc46d2dc..a37f547482 100644 --- a/src/lib/libssl/src/crypto/dso/Makefile.ssl +++ b/src/lib/libssl/src/crypto/dso/Makefile.ssl | |||
@@ -48,7 +48,7 @@ files: | |||
48 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 48 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
49 | 49 | ||
50 | links: | 50 | links: |
51 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 51 | @$(SHELL) $(TOP)/util/point.sh Makefile.ssl Makefile |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
54 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 54 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/engine/Makefile.ssl b/src/lib/libssl/src/crypto/engine/Makefile.ssl index 7a0ffe755d..d49b7c8159 100644 --- a/src/lib/libssl/src/crypto/engine/Makefile.ssl +++ b/src/lib/libssl/src/crypto/engine/Makefile.ssl | |||
@@ -48,7 +48,7 @@ files: | |||
48 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 48 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
49 | 49 | ||
50 | links: | 50 | links: |
51 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 51 | @$(SHELL) $(TOP)/util/point.sh Makefile.ssl Makefile |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
54 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 54 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/md4/Makefile.ssl b/src/lib/libssl/src/crypto/md4/Makefile.ssl index 5341bf5b46..6ee3ca88ed 100644 --- a/src/lib/libssl/src/crypto/md4/Makefile.ssl +++ b/src/lib/libssl/src/crypto/md4/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @$(SHELL) $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |