build: clean .log file in tests/conform dir

When running the conformance tests we write to a .log file which wasn't
being removed by make clean which was causing make release-check to
fail.
This commit is contained in:
Robert Bragg 2012-03-05 23:24:16 +00:00
parent 13ba312d3a
commit 316a515f9b

View File

@ -167,3 +167,4 @@ DISTCLEANFILES += ../../build/win32/vs9/test-conformance-cogl.vcproj \
# we override the clean-generic target to clean up the wrappers so
# we cannot use CLEANFILES
clean-generic: clean-wrappers
$(QUIET_RM)rm -f .log