diff options
Diffstat (limited to 'dmake')
-rw-r--r-- | dmake/unix/ruletab.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dmake/unix/ruletab.c b/dmake/unix/ruletab.c index 0677344e922b..866da7494027 100644 --- a/dmake/unix/ruletab.c +++ b/dmake/unix/ruletab.c @@ -1,6 +1,6 @@ /* $RCSfile: ruletab.c,v $ --- $Revision: 1.5 $ --- last change: $Author: hr $ $Date: 2006-04-20 12:18:58 $ +-- $Revision: 1.6 $ +-- last change: $Author: ihi $ $Date: 2006-06-29 11:31:39 $ -- -- SYNOPSIS -- Default initial configuration of dmake. @@ -33,7 +33,7 @@ static char *_rules[] = { "MAXPROCESSLIMIT := 10", - "MAXLINELENGTH := 8190", + "MAXLINELENGTH := 32766", #include "dmakeroot.h" ".IMPORT .IGNORE: DMAKEROOT", ".MAKEFILES : makefile.mk Makefile makefile", |