From c45ee629eead615c5cee4e36ba5617e4f06e3621 Mon Sep 17 00:00:00 2001 From: Philip Homburg Date: Mon, 11 Jul 2005 12:44:39 +0000 Subject: [PATCH] More stack for aal. --- commands/aal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/aal/Makefile b/commands/aal/Makefile index ca92521ac..a432ddd5c 100755 --- a/commands/aal/Makefile +++ b/commands/aal/Makefile @@ -25,7 +25,7 @@ OFILES= archiver.o \ aal: $(OFILES) $(CC) $(LDFLAGS) -o aal $(OFILES) - install -S 64k $@ + install -S 512k $@ install: /usr/bin/aal /usr/bin/ar