From: Jarkko Hietaniemi Date: Mon, 27 May 2002 20:55:45 +0000 (+0000) Subject: Don't assume sh and true. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=54d0ee513976ae99eb5dda2f51f0edd4ed040b98;p=p5sagit%2Fp5-mst-13.2.git Don't assume sh and true. p4raw-id: //depot/perl@16823 --- diff --git a/Makefile.micro b/Makefile.micro index 59b895e..048dadb 100644 --- a/Makefile.micro +++ b/Makefile.micro @@ -42,10 +42,10 @@ uconfig.h: uconfig.sh config_h.SH # Do not regenerate perly.c and perly.h. perly.c: perly.y - -@sh -c true + -@echo perly.c is uptodate perly.h: perly.y - -@sh -c true + -@echo perly.h is uptodate # The microperl objects.