Ver código fonte

Install yacc before installing flex

ceriel 32 anos atrás
pai
commit
40e580cae6
1 arquivos alterados com 3 adições e 3 exclusões
  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