aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/krb5
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/krb5')
-rw-r--r--crypto/krb5/Makefile.ssl10
1 files changed, 5 insertions, 5 deletions
diff --git a/crypto/krb5/Makefile.ssl b/crypto/krb5/Makefile.ssl
index 496370f1aa..8daed59211 100644
--- a/crypto/krb5/Makefile.ssl
+++ b/crypto/krb5/Makefile.ssl
@@ -45,13 +45,13 @@ lib: $(LIBOBJ)
@touch lib
files:
- perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
+ $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
links:
- $(TOP)/util/point.sh Makefile.ssl Makefile ;
- $(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
- $(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
- $(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
+ @$(TOP)/util/point.sh Makefile.ssl Makefile ;
+ @$(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) ; \