diff options
author | Ulf Möller <ulf@openssl.org> | 1999-04-01 12:34:33 +0000 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 1999-04-01 12:34:33 +0000 |
commit | 99aab1619f02b184f140150c72276bf55716cc42 (patch) | |
tree | 4a242345579d7fddff7371432170b6081a3cfd8f /tools | |
parent | 6b01fa64904749537db5dcf948a9a094d63cfc16 (diff) | |
download | openssl-new-99aab1619f02b184f140150c72276bf55716cc42.tar.gz |
New Makefile variables $(RANLIB) and $(PERL).
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.ssl | 4 |
1 files changed, 2 insertions, 2 deletions
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: |