瀏覽代碼

Install yacc before installing flex

ceriel 32 年之前
父節點
當前提交
efc2255218
共有 1 個文件被更改,包括 3 次插入3 次删除
  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