From: Ben Gras Date: Wed, 8 Mar 2006 15:42:31 +0000 (+0000) Subject: update needs more stack in order to handle signals X-Git-Tag: v3.1.2a~280 X-Git-Url: http://zhaoyanbai.com/repos/man.rndc.conf.html?a=commitdiff_plain;h=a0d72d263c9e467a15e7227ed3f895c261e74005;p=minix.git update needs more stack in order to handle signals --- diff --git a/commands/simple/Makefile b/commands/simple/Makefile index 0dc40ff52..1239f1de2 100755 --- a/commands/simple/Makefile +++ b/commands/simple/Makefile @@ -849,7 +849,7 @@ uniq: uniq.c update: update.c $(CCLD) -o $@ $? - @install -S 1kw $@ + @install -S 2kw $@ uud: uud.c $(CCLD) -o $@ $?