summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2020-12-17 01:29:15 +0900
committerKoichi Sasada <ko1@atdot.net>2020-12-17 03:43:59 +0900
commitc58142134cccdd31811f12aabf4f9dd3ce6a17f7 (patch)
tree9d16b373dd8f316e847ec46039a383036014a49e /common.mk
parentd5929b39a9c7944de14c133fa3948b7b3a92e423 (diff)
make RB_DEBUG_COUNTER_INC()_thread-safe
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3915
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index e5e0683012..607ad861aa 100644
--- a/common.mk
+++ b/common.mk
@@ -3733,6 +3733,7 @@ debug_counter.$(OBJEXT): {$(VPATH)}internal/xmalloc.h
debug_counter.$(OBJEXT): {$(VPATH)}missing.h
debug_counter.$(OBJEXT): {$(VPATH)}st.h
debug_counter.$(OBJEXT): {$(VPATH)}subst.h
+debug_counter.$(OBJEXT): {$(VPATH)}thread_native.h
dir.$(OBJEXT): $(hdrdir)/ruby.h
dir.$(OBJEXT): $(hdrdir)/ruby/ruby.h
dir.$(OBJEXT): $(top_srcdir)/internal/array.h