From 339b7d75470c0cb7e8e9b1a849d75f2757d0c49f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sun, 3 Nov 2002 02:16:39 +0000 Subject: [PATCH] Our libroot.so starts to be too big for jam... (until that is fixed, we need this patch in place to keep the thing building). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1829 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tools/jam/jam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/jam/jam.h b/src/tools/jam/jam.h index d309b67d6e..c35589e2f7 100644 --- a/src/tools/jam/jam.h +++ b/src/tools/jam/jam.h @@ -449,7 +449,7 @@ */ # ifndef MAXLINE -# define MAXLINE 10240 /* longest 'together' actions' */ +# define MAXLINE 20480 /* longest 'together' actions' */ # endif # ifndef EXITOK