From eadc85d316d75f9bdd3e1e198e9cad4f5b5c7dcf Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Thu, 8 Mar 2012 18:32:46 +0100 Subject: [PATCH] Minor Makefile fixes --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile b/po/Makefile index b8eb3a2..a180b4d 100644 --- a/po/Makefile +++ b/po/Makefile @@ -10,7 +10,7 @@ include ../common.mk all: ${MOS} clean: - rm -rf POTFILES.in POTFILES.in.tmp $(patsubst %.po, %, $(CATALOGS)) ${PROJECT}.pot + $(QUIET)rm -rf POTFILES.in POTFILES.in.tmp $(patsubst %.po, %, $(CATALOGS)) ${PROJECT}.pot POTFILES.in: $(wildcard ../*.c) $(QUIET) set -e && rm -f $@.tmp && touch $@.tmp && \