aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/objects
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-11-03 16:35:31 +0000
committerUlf Möller <ulf@openssl.org>2000-11-03 16:35:31 +0000
commit864170286aac222b31d8946317bfc5eae5fe09a1 (patch)
tree07fbe4f9c9ecf783c217573e5eb33cdc3a5807b6 /crypto/objects
parent02af65b347a47a11e8f90d4c52ce2f4dc30bb726 (diff)
downloadopenssl-864170286aac222b31d8946317bfc5eae5fe09a1.tar.gz
Minor corrections (HPUX).
From: Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Diffstat (limited to 'crypto/objects')
-rw-r--r--crypto/objects/Makefile.ssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/objects/Makefile.ssl b/crypto/objects/Makefile.ssl
index 7b01d4b085..55635aef12 100644
--- a/crypto/objects/Makefile.ssl
+++ b/crypto/objects/Makefile.ssl
@@ -44,10 +44,10 @@ lib: $(LIBOBJ)
@touch lib
obj_dat.h: objects.h objects.txt obj_mac.h
- perl obj_dat.pl obj_mac.h obj_dat.h
+ $(PERL) obj_dat.pl obj_mac.h obj_dat.h
obj_mac.h: objects.txt obj_mac.num
- perl objects.pl objects.txt obj_mac.num obj_mac.h
+ $(PERL) objects.pl objects.txt obj_mac.num obj_mac.h
files:
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO