diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-05-11 22:42:38 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-05-11 22:42:38 +0200 |
commit | 9bff16b3f23c94858e6ce5af6b7ac13cd64fc017 (patch) | |
tree | 94e3f06fbb47425cce4d4ad04be02a9bcac95c90 /Makefile.am | |
parent | 3a33730a86fb37c672f90418697eeb259318682d (diff) | |
download | patches-9bff16b3f23c94858e6ce5af6b7ac13cd64fc017.tar patches-9bff16b3f23c94858e6ce5af6b7ac13cd64fc017.tar.gz |
build: Really clean .log files from SRFI-64.
* Makefile.am (CLEANFILES): Really catch .log files from SRFI-64.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b55a780fe5..26d9cfb2a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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)) |