From: Ben Gras Date: Fri, 21 Jul 2006 12:51:56 +0000 (+0000) Subject: More stack for env to build g++. X-Git-Tag: v3.1.3~239 X-Git-Url: http://zhaoyanbai.com/repos/%22../static/howto.html?a=commitdiff_plain;h=f7c36e31e57e0497bd91b85b1c396d6ffd3a3f6e;p=minix.git More stack for env to build g++. --- 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 $@ $?