Minor Makefile fixes

This commit is contained in:
Sebastian Ramacher 2012-03-08 18:32:46 +01:00
parent 114cc32fd8
commit eadc85d316

View File

@ -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 && \