summaryrefslogtreecommitdiff
path: root/ext/ripper
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-05-15 19:10:24 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-05-15 19:10:24 +0900
commit3fe45a3123760ba911fd21b1cfd1a44ce6745b0d (patch)
tree56e00089222ed0b8e8799c6d6774e2ce90f36ed1 /ext/ripper
parent41dccb6a7bebfa8c0e5c8f6e6331a41fa01f9169 (diff)
Process parse.y without temporary files
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7817
Diffstat (limited to 'ext/ripper')
-rw-r--r--ext/ripper/depend2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ripper/depend b/ext/ripper/depend
index aac09b085a..da1bf58da7 100644
--- a/ext/ripper/depend
+++ b/ext/ripper/depend
@@ -11,7 +11,7 @@ ripper.o: ripper.c
.y.c:
$(ECHO) compiling compiler $<
- $(Q) $(BISON) -t -v -o$@ -h$*.h $<
+ $(Q) $(BISON) -t -v -o$@ -h$*.h - parse.y < $<
all: check
static: check