From 070f7673b9e09cb9f9ec517c98569d59abf9c366 Mon Sep 17 00:00:00 2001 From: Philip Homburg Date: Mon, 24 Oct 2005 14:04:22 +0000 Subject: [PATCH] More stack for cp, du, and synctree. --- commands/simple/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/simple/Makefile b/commands/simple/Makefile index 6ce210b70..d59761e91 100755 --- a/commands/simple/Makefile +++ b/commands/simple/Makefile @@ -296,7 +296,7 @@ compress: compress.c cp: cp.c $(CCLD) -o $@ $? - @install -S 16kw $@ + @install -S 32kw $@ crc: crc.c $(CCLD) -o $@ $? @@ -344,7 +344,7 @@ dirname: dirname.c du: du.c $(CCLD) -o $@ $? - @install -S 16kw $@ + @install -S 256kw $@ ed: ed.c $(CCLD) -o $@ $? @@ -724,7 +724,7 @@ sync: sync.c synctree: synctree.c $(CCLD) -o $@ -wo $? - install -S 64kw $@ + install -S 256kw $@ sysenv: sysenv.c $(CCLD) -o $@ -wo $? -- 2.44.0