summaryrefslogtreecommitdiff
path: root/enc/depend
diff options
context:
space:
mode:
Diffstat (limited to 'enc/depend')
-rw-r--r--enc/depend4
1 files changed, 4 insertions, 0 deletions
diff --git a/enc/depend b/enc/depend
index 212daf1b6d..ff95d8f068 100644
--- a/enc/depend
+++ b/enc/depend
@@ -59,3 +59,7 @@ enc/trans/transdb.$(OBJEXT): transdb.h
clean:
@$(RM) $(ENCSOS) $(ENCDEFS) $(ENCOBJS) $(TRANSSOS) $(TRANSDEFS) $(TRANSOBJS)
+% %w[$(ENCSODIR)/trans $(ENCSODIR) enc/trans enc].each do|dir|
+% dir = dir.gsub('/', File::ALT_SEPARATOR) if File::ALT_SEPARATOR
+ @-rmdir <%=dir%>
+% end