aboutsummaryrefslogtreecommitdiff
path: root/crypto/ocsp/Makefile.ssl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-08-01 14:18:52 +0000
committerRichard Levitte <levitte@openssl.org>2002-08-01 14:18:52 +0000
commitbd45950f4a85d04eb23a4d3846ed5a3c13bd19e0 (patch)
treedd15feb79736110dcbe8cbae98b33faa46100a94 /crypto/ocsp/Makefile.ssl
parentf70cf1181992929e5d96b5062bf640fecaabdf30 (diff)
downloadopenssl-bd45950f4a85d04eb23a4d3846ed5a3c13bd19e0.zip
openssl-bd45950f4a85d04eb23a4d3846ed5a3c13bd19e0.tar.gz
openssl-bd45950f4a85d04eb23a4d3846ed5a3c13bd19e0.tar.bz2
OCSP and KRB5 Makefil.ssl should be consistent with all the others
Diffstat (limited to 'crypto/ocsp/Makefile.ssl')
-rw-r--r--crypto/ocsp/Makefile.ssl10
1 files changed, 5 insertions, 5 deletions
diff --git a/crypto/ocsp/Makefile.ssl b/crypto/ocsp/Makefile.ssl
index 63b5470..eec199b 100644
--- a/crypto/ocsp/Makefile.ssl
+++ b/crypto/ocsp/Makefile.ssl
@@ -47,13 +47,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) ; \