summaryrefslogtreecommitdiff
path: root/etc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'etc/Makefile.am')
-rw-r--r--etc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am
index 67c0e983..d504d7fc 100644
--- a/etc/Makefile.am
+++ b/etc/Makefile.am
@@ -23,7 +23,7 @@ edit = sed \
$(dist_sysconf_DATA): Makefile
@echo ' ' GEN $@;
- @rm -f $@ $@.tmp
+ @$(RM) $@ $@.tmp
@$(edit) `test -f ./$@.in || echo $(srcdir)/`$@.in >$@.tmp
@mv $@.tmp $@