From 282030fd3408871e9e67abdc4037edbb35b63162 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Wed, 20 Jan 2016 11:03:15 +0100 Subject: [PATCH] * test/Makefile.in (mostlyclean): Use ${LOGFILES}. --- test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} .PHONY: mostlyclean clean bootstrap-clean distclean maintainer-clean mostlyclean: - -@for f in *.log; do test ! -f $$f || mv $$f $$f~; done + -@for f in ${LOGFILES}; do test ! -f $$f || mv $$f $$f~; done clean: -rm -f ${LOGFILES} ${LOGSAVEFILES} -- 2.39.2