diff options
| author | Michael Forney <mforney@mforney.org> | 2018-05-10 13:19:53 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-05-10 13:19:53 -0700 |
| commit | 6da2d16976786df81c5a295f6beca408e10ed336 (patch) | |
| tree | 338ec0b42c9a7d20231c395571e21af45c5d0f95 /pkg | |
| parent | 2af1df3b147de103ca58b1156abc5e363ff7c5ac (diff) | |
openbsd: Add missing dependency
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/openbsd/gen.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/openbsd/gen.lua b/pkg/openbsd/gen.lua index 889d4d71..d46cb00e 100644 --- a/pkg/openbsd/gen.lua +++ b/pkg/openbsd/gen.lua @@ -58,7 +58,7 @@ man{'usr.bin/fmt/fmt.1'} -- m4 yacc('usr.bin/m4/parser', 'usr.bin/m4/parser.y') -cc('usr.bin/m4/tokenizer.c', nil, {cflags='$cflags -I $outdir/usr.bin/m4'}) +cc('usr.bin/m4/tokenizer.c', {'$outdir/usr.bin/m4/parser.tab.h'}, {cflags='$cflags -I $outdir/usr.bin/m4'}) exe('m4', [[ usr.bin/m4/(eval.c expr.c look.c main.c misc.c gnum4.c trace.c tokenizer.c.o) $outdir/usr.bin/m4/parser.tab.c |
