summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index cd9ef9f1d..98412a0a4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -125,7 +125,7 @@ doinstall: $(SUBDIRS)
$(PYTHON) -c 'from compileall import *; compile_dir("$(prefix)/Mailman")'
update:
- @(cd $(prefix) ; bin/update) | tee ./update.log
+ @(cd $(prefix) ; bin/update)
clean: $(SUBDIRS)
@for d in $(SUBDIRS); \