]> Zhao Yanbai Git Server - minix.git/commitdiff
Make needs a little more memory
authorBen Gras <ben@minix3.org>
Wed, 1 Jun 2005 11:14:08 +0000 (11:14 +0000)
committerBen Gras <ben@minix3.org>
Wed, 1 Jun 2005 11:14:08 +0000 (11:14 +0000)
commands/make/Makefile

index b0dd740706762cc2612007454d8e2d60cee0d2fb..a735eab3daad6643734d1c6733883201d3013921 100755 (executable)
@@ -8,7 +8,7 @@ all:    make
 
 make : $(OBJ)
        $(CC) -i -o make $(OBJ)
-       install -S 200k make
+       install -S 300k make
 
 install:       /usr/bin/make