diff options
| -rw-r--r-- | ext/ripper/depend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ripper/depend b/ext/ripper/depend index e8582f5c66..531672d285 100644 --- a/ext/ripper/depend +++ b/ext/ripper/depend @@ -12,7 +12,7 @@ ripper.o: ripper.c .y.c: $(ECHO) compiling compiler $< - $(Q) $(BISON) -t -v -o$@ -h$*.h - parse.y < $< + $(Q) $(BISON) -t -v -o$@ -h$*.h - $< < $< all: check static: check |
