From f3a611de1fa2c68dd634626145881a64658590da Mon Sep 17 00:00:00 2001 From: Bryce Denney Date: Wed, 16 Oct 2002 15:52:36 +0000 Subject: [PATCH] - also remove *.exp and *.def, which are generated on win32 --- bochs-testing/plugin-test/common-make-defs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bochs-testing/plugin-test/common-make-defs.txt b/bochs-testing/plugin-test/common-make-defs.txt index 744c79564..8c74e4d8d 100644 --- a/bochs-testing/plugin-test/common-make-defs.txt +++ b/bochs-testing/plugin-test/common-make-defs.txt @@ -9,4 +9,4 @@ uselib.out.expected:: -./uselib | ${top_srcdir}/filter-test-output > uselib.out.expected clean-common:: - rm -rf .libs *.o *.lo *.la *.dll uselib uselib.exe bin lib uselib.out + rm -rf .libs *.o *.lo *.la *.dll uselib uselib.exe bin lib uselib.out uselib.out.diffs *.def *.exp