summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/ripper/depend5
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/ripper/depend b/ext/ripper/depend
index a06330b645..aac09b085a 100644
--- a/ext/ripper/depend
+++ b/ext/ripper/depend
@@ -11,10 +11,7 @@ ripper.o: ripper.c
.y.c:
$(ECHO) compiling compiler $<
- $(ECHO) $(BISON)
- $(Q) $(BISON) -t -v -oy.tab.c $<
- $(Q) sed -e "/^#/s!y\.tab\.c!$@!" -f $(top_srcdir)/tool/ytab.sed y.tab.c > $@
- @$(RM) y.tab.c
+ $(Q) $(BISON) -t -v -o$@ -h$*.h $<
all: check
static: check