From 40e580cae6a27411763b377d80d6821ad62c5770 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 3 Dec 1991 10:50:03 +0000 Subject: [PATCH] Install yacc before installing flex --- Action | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Action b/Action index 9668d1bbd..a261e833e 100644 --- a/Action +++ b/Action @@ -16,13 +16,13 @@ end name "C utilities" dir util/cmisc end +name "Yacc parser generator" +dir util/byacc +end name "Flex lexical analyzer generator" dir util/flex action "make firstinstall && make clean" end -name "Yacc parser generator" -dir util/byacc -end name "Modules" dir modules/src indir -- 2.34.1