use rm -f

This commit is contained in:
Dana Jansens 2003-07-23 18:42:29 +00:00
parent 2603255b74
commit aca18d48b9

View file

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