aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-10-28 18:15:12 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-10-28 18:15:12 +0900
commit07b5fec008f33e4a5e03def56d5650ba8d897b1f (patch)
treea0466f53637920023e01b7c2e8d75563e5b84c56 /template
parent3e83f1f00ae89f3391ceed8ea6192cc23257536e (diff)
downloadruby-07b5fec008f33e4a5e03def56d5650ba8d897b1f.tar.gz
Clean mjit and timestamp directories
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index 4c817b170c..f7210bc2ab 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -461,7 +461,7 @@ clean-local::
$(Q)$(RM) $(MJIT_HEADER_INSTALL_DIR)/rb_mjit_min_header-*.h
$(Q)$(RM) $(TIMESTAMPDIR)/$(MJIT_HEADER:.h=)$(MJIT_HEADER_SUFFIX).time mjit_config.h
$(Q)$(RM) -r mjit_build_dir.*
- -$(Q) $(RMDIRS) $(MJIT_HEADER_INSTALL_DIR) 2> $(NULL) || exit 0
+ -$(Q) $(RMDIRS) $(MJIT_HEADER_INSTALL_DIR) $(MJIT_HEADER_BUILD_DIR) $(TIMESTAMPDIR) 2> $(NULL) || exit 0
# DTrace static library hacks described here:
# http://mail.opensolaris.org/pipermail/dtrace-discuss/2005-August/000207.html