Minor corrections (HPUX).
[openssl.git] / crypto / objects / Makefile.ssl
index 7b01d4b085098c5e4056438c3bb99c5124927a9a..55635aef12804cd17053bde5ed6e01598b577f1c 100644 (file)
@@ -44,10 +44,10 @@ lib:        $(LIBOBJ)
        @touch lib
 
 obj_dat.h: objects.h objects.txt obj_mac.h
        @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
 
 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
 
 files:
        $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO