X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=tools%2FMakefile.ssl;h=f12f85adb975c7eda20147359813bad299da58e6;hb=99aab1619f02b184f140150c72276bf55716cc42;hp=23e767c841efd5b0f0084b83d91b12820511ffa0;hpb=bb8f3c58794868c65b9ac45f11c27d3a104e279e;p=openssl.git diff --git a/tools/Makefile.ssl b/tools/Makefile.ssl index 23e767c841..f12f85adb9 100644 --- a/tools/Makefile.ssl +++ b/tools/Makefile.ssl @@ -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: