use rm -f
This commit is contained in:
parent
2603255b74
commit
aca18d48b9
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ EXTRA_DIST = \
|
|||
distclean-local:
|
||||
for d in . m4 po render; do \
|
||||
for p in core core.* gmon.out *\~ *.orig *.rej .\#*; do \
|
||||
$(RM) "$$d/$$p"; \
|
||||
rm -f "$$d/$$p"; \
|
||||
done \
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue