add nokfile target in Makefile (from Andy Dougherty)
authorGurusamy Sarathy <gsar@cpan.org>
Sat, 11 Mar 2000 16:05:50 +0000 (16:05 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sat, 11 Mar 2000 16:05:50 +0000 (16:05 +0000)
p4raw-id: //depot/perl@5649

Makefile.SH

index b1baa04..285269d 100644 (file)
@@ -783,6 +783,9 @@ okfile:     utilities
 nok:   utilities
        $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)'
 
+nokfile:       utilities
+       $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -F perl.nok
+
 clist: $(c)
        echo $(c) | tr ' ' $(TRNL) >.clist