oasislinux / oasis

a small statically-linked linux system
Other
2.79k stars 85 forks source link

Wrong header file name in pkg/awk/gen.lua #17

Closed AkiraHasegawa1997 closed 4 years ago

AkiraHasegawa1997 commented 4 years ago

In pkg/awk/gen.lua, the header file (awkgram.tab.h) has not replaced yet.

This line build('maketab', '$outdir/proctab.c', {'$outdir/ytab.h', '|', '$outdir/maketab'}) should be build('maketab', '$outdir/proctab.c', {'$outdir/awkgram.tab.h', '|', '$outdir/maketab'}).

michaelforney commented 4 years ago

Thanks for the report! This is fixed now.