diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 8e94625a..2581b953 100644 --- a/Makefile.in +++ b/Makefile.in @@ -11,7 +11,7 @@ LDFLAGS = @LDFLAGS@ LEX = @LEX@ LEXFLAGS= YACC = @YACC@ -YACCFLAGS=-d +YACCFLAGS = -dt # How to invoke ranlib. This is only used by the `glob' subdirectory. RANLIB = @RANLIB@ |