From: Jarkko Hietaniemi Date: Tue, 21 May 2002 14:25:44 +0000 (+0000) Subject: microperl: do not regenerate the perly. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=44914417440ff636ff6c83c30d188eb9a75336d3;p=p5sagit%2Fp5-mst-13.2.git microperl: do not regenerate the perly. p4raw-id: //depot/perl@16722 --- diff --git a/Makefile.micro b/Makefile.micro index ae9f48b..59b895e 100644 --- a/Makefile.micro +++ b/Makefile.micro @@ -34,9 +34,21 @@ clean: distclean: clean -rm -f uconfig.h +# The microconfiguration. + uconfig.h: uconfig.sh config_h.SH CONFIG_SH=uconfig.sh CONFIG_H=uconfig.h sh ./config_h.SH +# Do not regenerate perly.c and perly.h. + +perly.c: perly.y + -@sh -c true + +perly.h: perly.y + -@sh -c true + +# The microperl objects. + uav$(_O): $(HE) av.c $(CC) -c -o $@ $(CFLAGS) av.c