From: Philip Homburg Date: Mon, 11 Jul 2005 12:46:27 +0000 (+0000) Subject: More stack for make X-Git-Tag: v3.1.0~636 X-Git-Url: http://zhaoyanbai.com/repos/man.rndc.html?a=commitdiff_plain;h=77f1301ae9e1e29118ab2cc94fe220cd4fab240d;p=minix.git More stack for make --- diff --git a/commands/make/Makefile b/commands/make/Makefile index a735eab3d..c6c423c68 100755 --- a/commands/make/Makefile +++ b/commands/make/Makefile @@ -8,7 +8,7 @@ all: make make : $(OBJ) $(CC) -i -o make $(OBJ) - install -S 300k make + install -S 600k make install: /usr/bin/make