From 7879c008ae717dd7f52e7c670c029879eec64b6f Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 15 Mar 2006 15:16:43 +0000 Subject: [PATCH] More stack for yacc (to compile nawk) --- commands/byacc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/byacc/Makefile b/commands/byacc/Makefile index fc1294069..c36e7028b 100755 --- a/commands/byacc/Makefile +++ b/commands/byacc/Makefile @@ -50,7 +50,7 @@ all: $(PROGRAM) $(PROGRAM): $(OBJS) $(LIBS) $(LINKER) $(LDFLAGS) -o $(PROGRAM) $(OBJS) $(LIBS) - install -S 384k $(PROGRAM) + install -S 484k $(PROGRAM) install: $(BINDIR)/yacc -- 2.44.0