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:
|
distclean-local:
|
||||||
for d in . m4 po render; do \
|
for d in . m4 po render; do \
|
||||||
for p in core core.* gmon.out *\~ *.orig *.rej .\#*; do \
|
for p in core core.* gmon.out *\~ *.orig *.rej .\#*; do \
|
||||||
$(RM) "$$d/$$p"; \
|
rm -f "$$d/$$p"; \
|
||||||
done \
|
done \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue