mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
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:
parent
13ba312d3a
commit
316a515f9b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user