From 195cfbf96b97814d11245d1936456b80d1886d8f Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Fri, 1 Jul 2005 16:24:15 +0000 Subject: [PATCH] make all is now nicer --- helm/matita/library/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/matita/library/Makefile b/helm/matita/library/Makefile index 322208670..54ba00488 100644 --- a/helm/matita/library/Makefile +++ b/helm/matita/library/Makefile @@ -24,8 +24,8 @@ clean: $(LINKS) depend: $(DEPEND_NAME) %.moo:%.ma depend $(LINKS) - [ ! -e $@ ] || ../matitaclean $< - $(MATITAC) $< || ../matitaclean $< + @[ ! -e $@ ] || ../matitaclean $< + @$(MATITAC) $< || ../matitaclean $< $(DEPEND_NAME): $(SRC) $(LINKS) ../matitadep $(SRC) > $@ -- 2.39.2