]> Zhao Yanbai Git Server - minix.git/commitdiff
More stack for make
authorPhilip Homburg <philip@cs.vu.nl>
Mon, 11 Jul 2005 12:46:27 +0000 (12:46 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Mon, 11 Jul 2005 12:46:27 +0000 (12:46 +0000)
commands/make/Makefile

index a735eab3daad6643734d1c6733883201d3013921..c6c423c68093dd2759ad14da2be085ba8afad37f 100755 (executable)
@@ -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