diff options
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 1c75f09..ce1bead 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -75,6 +75,8 @@ srcdir = . # CFLAGS section if your system doesn't have fcntl.h in /usr/include (which # is where it should be according to Posix). +# If you use bison instead of yacc, it needs to include the "-y" argument. +#BISON="bison -y" BISON=yacc YACC=$(BISON) |