projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2603255
)
use rm -f
author
Dana Jansens
<danakj@orodu.net>
Wed, 23 Jul 2003 18:42:29 +0000
(18:42 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 23 Jul 2003 18:42:29 +0000
(18:42 +0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index caef4d5b8c992079a3d5a7d52fb584af70824d90..5aa0fe1d6732832867b1a9e5d841b77b2355ff9f 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-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