From: Philip Homburg Date: Wed, 27 Jul 2005 11:49:52 +0000 (+0000) Subject: More stack for ash. X-Git-Tag: v3.1.0~520 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-checkds.html?a=commitdiff_plain;h=3ea637a096433f8a24503c2c5f9dd6a97ef6fda4;p=minix.git More stack for ash. --- diff --git a/commands/ash/Makefile b/commands/ash/Makefile index f1a78c944..e871ad4d6 100755 --- a/commands/ash/Makefile +++ b/commands/ash/Makefile @@ -29,7 +29,7 @@ all: sh sh: $(OBJS) $(CC) $(CFLAGS) -o sh $(OBJS) $(LIBS) - install -S 128kw sh + install -S 256kw sh install: /usr/bin/ash /usr/bin/sh /bin/sh