diff options
Diffstat (limited to 'src/lib/libcrypto/krb5')
| -rw-r--r-- | src/lib/libcrypto/krb5/Makefile.ssl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/krb5/Makefile.ssl b/src/lib/libcrypto/krb5/Makefile.ssl index 496370f1aa..8daed59211 100644 --- a/src/lib/libcrypto/krb5/Makefile.ssl +++ b/src/lib/libcrypto/krb5/Makefile.ssl | |||
| @@ -45,13 +45,13 @@ lib: $(LIBOBJ) | |||
| 45 | @touch lib | 45 | @touch lib |
| 46 | 46 | ||
| 47 | files: | 47 | 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 | @$(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) |
| 55 | 55 | ||
| 56 | install: | 56 | install: |
| 57 | @for i in $(EXHEADER) ; \ | 57 | @for i in $(EXHEADER) ; \ |
