From b573fc9231f44749ef0245c1cec1a1e21ce762ea Mon Sep 17 00:00:00 2001 From: twouters Date: Tue, 29 May 2001 12:06:47 +0000 Subject: Re-BSDify the Makefiles, by not expecting make to expand '{eggs,ham}' in globs. (BSD 'make' does not, GNU make does.) I'm sure there is a more satisfying way to do this, but in this case, with only two alternatives in only two cases, just writing them out was the way of least resistance. Also added '-f' to a few 'rm's to avoid warning about ignored errors (missing files). --- messages/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'messages') diff --git a/messages/Makefile.in b/messages/Makefile.in index b38086be3..40a6d677c 100644 --- a/messages/Makefile.in +++ b/messages/Makefile.in @@ -103,10 +103,10 @@ doinstall: finish: clean: - -rm message.files $(POTFILE) + -rm -f message.files $(POTFILE) distclean: - -rm Makefile */LC_MESSAGES/mailman.{mo,po.old} $(POTFILE) + -rm -f Makefile */LC_MESSAGES/mailman.mo */LC_MESSAGES/mailman.po.old $(POTFILE) message.files: FORCE -- cgit v1.2.3-70-g09d2