From 77f1301ae9e1e29118ab2cc94fe220cd4fab240d Mon Sep 17 00:00:00 2001 From: Philip Homburg Date: Mon, 11 Jul 2005 12:46:27 +0000 Subject: [PATCH] More stack for make --- commands/make/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0