build: Do not delete tests/vsynth2 directory, which is no longer created.

This commit is contained in:
Diego Biurrun 2012-06-13 12:17:06 +02:00
parent 9baeff9506
commit a488028362
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -37,7 +37,6 @@ tests/rotozoom
tests/tiny_psnr
tests/videogen
tests/vsynth1
tests/vsynth2
tools/aviocat
tools/cws2fws
tools/graph2dot

View File

@ -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))