build: Really clean .log files from SRFI-64.

* Makefile.am (CLEANFILES): Really catch .log files from SRFI-64.
This commit is contained in:
Ludovic Courtès 2013-05-11 22:42:38 +02:00
parent 3a33730a86
commit 9bff16b3f2
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ EXTRA_DIST = \
CLEANFILES = \
$(GOBJECTS) \
$(SCM_TESTS:%.scm=%.log)
$(SCM_TESTS:tests/%.scm=%.log)
AM_V_GUILEC = $(AM_V_GUILEC_$(V))
AM_V_GUILEC_ = $(AM_V_GUILEC_$(AM_DEFAULT_VERBOSITY))