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. --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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