From: Martin Kraemer Date: Tue, 3 Feb 2004 08:23:40 +0000 (+0000) Subject: Prevent cvsclean from being removed on interrupts X-Git-Tag: php-5.0.0b4RC1~180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3470ddc089fbe7215a0c36085c9140e41fb44c19;p=php Prevent cvsclean from being removed on interrupts --- diff --git a/build/build.mk b/build/build.mk index e654832d22..bf0e51d38e 100644 --- a/build/build.mk +++ b/build/build.mk @@ -71,3 +71,4 @@ cvsclean: done .PHONY: $(ALWAYS) snapshot cvsclean +.PRECIOUS: cvsclean