From: Philip Homburg Date: Mon, 11 Jul 2005 12:45:57 +0000 (+0000) Subject: More stack for acd. X-Git-Tag: v3.1.0~637 X-Git-Url: http://zhaoyanbai.com/repos/readme1st.txt?a=commitdiff_plain;h=ef795796bf29d3e9c1b88bc06ad509098a8a4001;p=minix.git More stack for acd. --- diff --git a/commands/i386/Makefile b/commands/i386/Makefile index 21c81d8ec..04867eb2d 100755 --- a/commands/i386/Makefile +++ b/commands/i386/Makefile @@ -8,7 +8,7 @@ all:: acd acd: acd.c $(CCLD) -o $@ -DARCH=\"`arch`\" -DDESCR=\"/usr/lib/descr\" $? - install -S 25kw $@ + install -S 50kw $@ install:: /usr/bin/acd /usr/bin/cc /usr/bin/m2 /usr/bin/pc