libgrapheme

unicode string library
git clone git://git.suckless.org/libgrapheme
Log | Files | Refs | README | LICENSE

commit 33ba7ecc6bfe24f5de0e6d347f03d374547bcd07
parent a88c9a176dfc9459c3a7b09f6c9aedda6d06732f
Author: Laslo Hunhold <dev@frign.de>
Date:   Mon,  1 Jun 2020 12:06:19 +0200

Make boundary.c depend on gbp.awk, not gbt.awk

Signed-off-by: Laslo Hunhold <dev@frign.de>

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -40,7 +40,7 @@ libgrapheme.so: $(REQ:=.o) test: ./src/test -src/boundary.c: data/gbt.awk $(GBP) data/emo.awk $(EMO) src/boundary_body.c +src/boundary.c: data/gbp.awk $(GBP) data/emo.awk $(EMO) src/boundary_body.c printf "/* Automatically generated by gbp.awk and emo.awk */\n" > $@ printf "#include <stdint.h>\n\n" >> $@ awk -f data/gbp.awk $(GBP) >> $@