diff options
-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) |