commit 33ba7ecc6bfe24f5de0e6d347f03d374547bcd07
Author:     Laslo Hunhold <d...@frign.de>
AuthorDate: Mon Jun 1 12:06:19 2020 +0200
Commit:     Laslo Hunhold <d...@frign.de>
CommitDate: Mon Jun 1 12:06:19 2020 +0200

    Make boundary.c depend on gbp.awk, not gbt.awk
    
    Signed-off-by: Laslo Hunhold <d...@frign.de>

diff --git a/Makefile b/Makefile
index 949ef98..22756ff 100644
--- 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) >> $@

Reply via email to