]> code.delx.au - gnu-emacs/commitdiff
* test/Makefile.in (mostlyclean): Use ${LOGFILES}.
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 20 Jan 2016 10:03:15 +0000 (11:03 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 20 Jan 2016 10:03:15 +0000 (11:03 +0100)
test/Makefile.in

index 9f7011353cfa78d9199ac5c2496abb839b5e9d63..0034f1045984822b9eee952e021373940961626b 100644 (file)
@@ -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}