Use the variable $(PERL) to invoke perl.
authorRichard Levitte <levitte@openssl.org>
Thu, 3 Jan 2002 14:08:02 +0000 (14:08 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 3 Jan 2002 14:08:02 +0000 (14:08 +0000)
Noted by Joe Orton <jorton@redhat.com>

crypto/objects/Makefile.ssl

index c4cbc50f373d6a94242c17d5bd5091cfd14ae324..7b1c51cdb128c50ae63671cd08499d45a66b5b0a 100644 (file)
@@ -14,6 +14,7 @@ MAKE=         make -f Makefile.ssl
 MAKEDEPEND=    $(TOP)/util/domd $(TOP)
 MAKEFILE=      Makefile.ssl
 AR=            ar r
+PERL=          perl
 
 CFLAGS= $(INCLUDES) $(CFLAG)
 
@@ -44,11 +45,11 @@ lib:        $(LIBOBJ)
        @touch lib
 
 obj_dat.h: obj_dat.pl obj_mac.h
-       perl obj_dat.pl obj_mac.h obj_dat.h
+       $(PERL) obj_dat.pl obj_mac.h obj_dat.h
 
 # objects.pl both reads and writes obj_mac.num
 obj_mac.h: objects.pl 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