Browse Source

Install yacc before installing flex

ceriel 32 years ago
parent
commit
efc2255218
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Action

+ 3 - 3
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