- put a dummy filename in the rm line so that it doesn't crash if the

finds turn up nothing
This commit is contained in:
Bryce Denney 2001-09-26 23:32:23 +00:00
parent dd0d8a8524
commit 52c1b297e6

View File

@ -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@