From a48802836261082be8fe3d809e9e788f50620536 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 13 Jun 2012 12:17:06 +0200 Subject: build: Do not delete tests/vsynth2 directory, which is no longer created. --- .gitignore | 1 - tests/Makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7450234dec..b7f063f99b 100644 --- a/.gitignore +++ b/.gitignore @@ -37,7 +37,6 @@ tests/rotozoom tests/tiny_psnr tests/videogen tests/vsynth1 -tests/vsynth2 tools/aviocat tools/cws2fws tools/graph2dot 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)) -- cgit v1.2.3