ソースを参照

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