summaryrefslogtreecommitdiff
path: root/enc
diff options
context:
space:
mode:
Diffstat (limited to 'enc')
-rw-r--r--enc/Makefile.in2
-rw-r--r--enc/depend4
2 files changed, 4 insertions, 2 deletions
diff --git a/enc/Makefile.in b/enc/Makefile.in
index 8ba04f374a..ad0c626945 100644
--- a/enc/Makefile.in
+++ b/enc/Makefile.in
@@ -48,6 +48,8 @@ RUBY = $(MINIRUBY)
WORKDIRS = $(ENCSODIR) $(TRANSSODIR) enc enc/trans
RM = @RM@
+RMDIR = @RMDIR@
+RMDIRS = @RMDIRS@
MAKEDIRS = @MAKEDIRS@
.SUFFIXES: .trans
diff --git a/enc/depend b/enc/depend
index 7186179ef0..6705beb2bf 100644
--- a/enc/depend
+++ b/enc/depend
@@ -133,11 +133,11 @@ clean:
@$(RM) <%=pathrep[clean]%>
% end
% %w[$(TRANSSODIR) $(ENCSODIR)].each do|dir|
- @-rmdir <%=pathrep[dir]%>
+ @-$(RMDIR) <%=pathrep[dir]%>
% end
clean-srcs:
@$(RM) <%=pathrep['$(TRANSCSRCS)']%>
% %w[enc/trans enc].each do|dir|
- @-rmdir <%=pathrep[dir]%>
+ @-$(RMDIR) <%=pathrep[dir]%>
% end