summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-07-10 16:36:03 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-07-10 16:36:03 +0900
commitd516910b61586fc6de676cf75930788594afe479 (patch)
tree92a89f19ffe55081b3266bfbc1454f6893e81b4f /common.mk
parent9dcdffb8bf8a3654fd78bf1a58b30c8e13888a7a (diff)
Serially update only the ripper source, even with old GNU make
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/8049
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index 7d2edee208..475a4d126f 100644
--- a/common.mk
+++ b/common.mk
@@ -1268,8 +1268,7 @@ $(REVISION_H)$(yes_baseruby:yes=~disabled~):
# uncommon.mk: $(REVISION_H)
# $(MKFILES): $(REVISION_H)
-ripper_srcs: $(RIPPER_SRCS)
-.NOTPARALLEL: ripper_srcs
+$(DOT_WAIT)ripper_srcs: $(RIPPER_SRCS)
$(RIPPER_SRCS): $(srcdir)/parse.y $(srcdir)/defs/id.def
$(RIPPER_SRCS): $(srcdir)/ext/ripper/tools/preproc.rb $(srcdir)/ext/ripper/tools/dsl.rb