From: Gurusamy Sarathy Date: Sat, 11 Mar 2000 16:05:50 +0000 (+0000) Subject: add nokfile target in Makefile (from Andy Dougherty) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b4e8cfaff46a723e83675b91937732e72801db94;p=p5sagit%2Fp5-mst-13.2.git add nokfile target in Makefile (from Andy Dougherty) p4raw-id: //depot/perl@5649 --- diff --git a/Makefile.SH b/Makefile.SH index b1baa04..285269d 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -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