From 9a3d1b6f4551c5b0935efee77e7f8368b6e9cf9a Mon Sep 17 00:00:00 2001 From: Bryce Denney Date: Thu, 17 Oct 2002 04:20:36 +0000 Subject: [PATCH] - remove config.cache when doing make dist-clean --- bochs-testing/plugin-test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bochs-testing/plugin-test/Makefile.in b/bochs-testing/plugin-test/Makefile.in index c1f9be3fe..00ae2c403 100644 --- a/bochs-testing/plugin-test/Makefile.in +++ b/bochs-testing/plugin-test/Makefile.in @@ -14,4 +14,4 @@ clean: dist-clean: clean cd libltdl; make distclean - rm -rf Makefile */Makefile config.h config.log config.status libtool testscript + rm -rf Makefile */Makefile config.h config.log config.status config.cache libtool testscript