summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-09-21 10:50:08 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-09-21 12:18:41 +0900
commit2b41df247794103a4d392c763156b02451772237 (patch)
treeff549f85f34f66b0be820ff9ef0dbeb8e92077d5 /common.mk
parent7e350f53107533856b0a87c26e5a1e5505ea5d59 (diff)
`.NOTPARALLEL` with prerequisites needs recent GNU Make
GNU Make prior to 4.4 just ignores the prerequisites, and runs everything in serial.
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index c7fd2f1af5..a2721bfc04 100644
--- a/common.mk
+++ b/common.mk
@@ -1289,7 +1289,6 @@ $(REVISION_H)$(yes_baseruby:yes=~disabled~):
# $(MKFILES): $(REVISION_H)
ripper_srcs: $(RIPPER_SRCS)
-.NOTPARALLEL: 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