From f7c36e31e57e0497bd91b85b1c396d6ffd3a3f6e Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 21 Jul 2006 12:51:56 +0000 Subject: [PATCH] More stack for env to build g++. --- commands/simple/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/simple/Makefile b/commands/simple/Makefile index d019a65f9..58fa74c80 100755 --- a/commands/simple/Makefile +++ b/commands/simple/Makefile @@ -374,7 +374,7 @@ eject: eject.c env: env.c $(CCLD) -o $@ $? - @install -S 4kw $@ + @install -S 50k $@ expand: expand.c $(CCLD) -o $@ $?