- 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:
parent
dd0d8a8524
commit
52c1b297e6
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user