aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus2016-01-20 11:03:15 +0100
committerMichael Albinus2016-01-20 11:03:15 +0100
commit282030fd3408871e9e67abdc4037edbb35b63162 (patch)
tree5c45a49e6538e59310c71e0e6fdd8f3a93d33fbc /test
parentb895c72059521fec064ff27b4cfcfa4104081c4e (diff)
downloademacs-282030fd3408871e9e67abdc4037edbb35b63162.tar.gz
emacs-282030fd3408871e9e67abdc4037edbb35b63162.zip
* test/Makefile.in (mostlyclean): Use ${LOGFILES}.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 9f7011353cf..0034f104598 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -164,7 +164,7 @@ check-doit: ${LOGFILES}
164.PHONY: mostlyclean clean bootstrap-clean distclean maintainer-clean 164.PHONY: mostlyclean clean bootstrap-clean distclean maintainer-clean
165 165
166mostlyclean: 166mostlyclean:
167 -@for f in *.log; do test ! -f $$f || mv $$f $$f~; done 167 -@for f in ${LOGFILES}; do test ! -f $$f || mv $$f $$f~; done
168 168
169clean: 169clean:
170 -rm -f ${LOGFILES} ${LOGSAVEFILES} 170 -rm -f ${LOGFILES} ${LOGSAVEFILES}