Apply change #2711 from maint-5.005:
Spider Boardman [Wed, 27 Jan 1999 12:27:15 +0000 (07:27 -0500)]
make ok", "make okfile", and "make nok" were broken
with -Duseshrplib, because of a shared typo.
To: perlbug@perl.com
Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
Message-Id: <199901271727.MAA233455@web.zk3.dec.com>

p4raw-link: @2711 on //depot/maint-5.005/perl: 25c9db45d05d4eea80132d08a1e350d0a3aba813

p4raw-id: //depot/cfgperl@2768

Makefile.SH

index 967b952..a5fa1a0 100644 (file)
@@ -613,13 +613,13 @@ minitest: miniperl lib/re.pm
 # Please *don't* use this unless all tests pass.
 # If you want to report test failures, use "make nok" instead.
 ok:    utilities
-       $(LBLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)'
+       $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)'
 
 okfile:        utilities
-       $(LBLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -F perl.ok
+       $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -F perl.ok
 
 nok:   utilities
-       $(LBLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)'
+       $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)'
 
 clist: $(c)
        echo $(c) | tr ' ' $(TRNL) >.clist