diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-06-13 12:17:06 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-06-13 12:27:49 +0200 |
commit | a48802836261082be8fe3d809e9e788f50620536 (patch) | |
tree | a38466c44523cbffd93a8ae44a1f74538aab0496 /tests/Makefile | |
parent | 9baeff9506a890c8f9f27c08cf331f827c24726a (diff) | |
download | ffmpeg-a48802836261082be8fe3d809e9e788f50620536.tar.gz |
build: Do not delete tests/vsynth2 directory, which is no longer created.
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 01ff711a37..429762be7c 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -126,7 +126,7 @@ fate-list: clean:: testclean testclean: - $(RM) -r tests/vsynth1 tests/vsynth2 tests/data + $(RM) -r tests/vsynth1 tests/data $(RM) $(CLEANSUFFIXES:%=tests/%) $(RM) $(TESTTOOLS:%=tests/%$(HOSTEXESUF)) |