From 52c1b297e6acc19e711c75bece16bfc256aec9ac Mon Sep 17 00:00:00 2001 From: Bryce Denney Date: Wed, 26 Sep 2001 23:32:23 +0000 Subject: [PATCH] - put a dummy filename in the rm line so that it doesn't crash if the finds turn up nothing --- bochs/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bochs/Makefile.in b/bochs/Makefile.in index a49b191f0..b022e5044 100644 --- a/bochs/Makefile.in +++ b/bochs/Makefile.in @@ -341,7 +341,7 @@ clean: local-dist-clean: clean @RMCOMMAND@ config.h config.status config.log config.cache - @RMCOMMAND@ `find . -name '*.dsp' -o -name '*.dsw' -o -name '*.opt'` + @RMCOMMAND@ .dummy `find . -name '*.dsp' -o -name '*.dsw' -o -name '*.opt'` all-clean: clean cd iodev @COMMAND_SEPARATOR@