diff options
| author | Michael Forney <mforney@mforney.org> | 2016-11-19 21:08:27 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-11-20 16:14:20 -0800 |
| commit | 653510bb8b3db5a280576cb00445fbdc8d49b88a (patch) | |
| tree | 7d1d48ab62e4c34b16fa60de4a21a232c67c97c4 /core/awk | |
| parent | de4e4c63378c6fd0dc2504ddce5a13ee1e62504a (diff) | |
Various style fixes
Diffstat (limited to 'core/awk')
| -rw-r--r-- | core/awk/gen.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/awk/gen.rc b/core/awk/gen.rc index a26385c3..0d87a171 100644 --- a/core/awk/gen.rc +++ b/core/awk/gen.rc @@ -10,7 +10,7 @@ build '$outdir'/ytab.h copy '$outdir'/gram.tab.h } >tools.ninja ; subninja tools.ninja rule maketab '(cd $outdir && ./maketab) >$out.tmp && mv $out.tmp $out' -build '$outdir'/proctab.c maketab '|' '$outdir'/maketab +build '$outdir'/proctab.c maketab '|' '$outdir'/^(maketab ytab.h) exe awk -d '$outdir'/ytab.h\ b.c main.c parse.c tran.c lib.c run.c lex.c\ |
