New Makefile variables $(RANLIB) and $(PERL).
[openssl.git] / tools / Makefile.ssl
index 23e767c841efd5b0f0084b83d91b12820511ffa0..f12f85adb975c7eda20147359813bad299da58e6 100644 (file)
@@ -28,7 +28,7 @@ install:
        done;
 
 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
@@ -42,7 +42,7 @@ errors:
 depend:
 
 dclean:
-       perl -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
+       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
        mv -f Makefile.new $(MAKEFILE)
 
 clean: