diff options
author | bodo <bodo> | 1999-04-29 12:46:22 +0000 |
---|---|---|
committer | bodo <bodo> | 1999-04-29 12:46:22 +0000 |
commit | b8fb5a2405041660d6180a0fdabda9d1ec640775 (patch) | |
tree | cf38d0eeeb60e04c3904824e4578f02fef7d607a /crypto/mdc2 | |
parent | 76bafaaa4c85f273129ab2529667e4d4a430d29b (diff) | |
download | openssl-b8fb5a2405041660d6180a0fdabda9d1ec640775.tar.gz |
Obey $(PERL) when running util/mklink.pl.
Submitted by:
Reviewed by:
PR:
Diffstat (limited to 'crypto/mdc2')
-rw-r--r-- | crypto/mdc2/Makefile.ssl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/mdc2/Makefile.ssl b/crypto/mdc2/Makefile.ssl index 3e09ac5b3..dbc1b9d28 100644 --- a/crypto/mdc2/Makefile.ssl +++ b/crypto/mdc2/Makefile.ssl @@ -45,9 +45,9 @@ files: links: @$(TOP)/util/point.sh Makefile.ssl Makefile - @$(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) - @$(TOP)/util/mklink.pl ../../test $(TEST) - @$(TOP)/util/mklink.pl ../../apps $(APPS) + @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) + @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) + @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) install: @for i in $(EXHEADER) ; \ |