From 06883efc2ca4f1f168aece7bf974c9480b619cd1 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 16 Sep 2005 10:05:55 +0000 Subject: [PATCH] bzip2 only (..) needs 2.75MB for its own tests --- commands/bzip2-1.0.3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/bzip2-1.0.3/Makefile b/commands/bzip2-1.0.3/Makefile index 0d0d4e9f0..42fcf3247 100644 --- a/commands/bzip2-1.0.3/Makefile +++ b/commands/bzip2-1.0.3/Makefile @@ -32,7 +32,7 @@ include ../bigmake.inc all: all_notest test_nodep all_notest: libbz2.a bzip2 bzip2recover - chmem =8000000 bzip2 + chmem =2750000 bzip2 bzip2: libbz2.a bzip2.o $(CC) $(CFLAGS) $(LDFLAGS) -o bzip2 bzip2.o -L. -lbz2