[hackers] [libgrapheme] Make boundary.c depend on gbp.awk, not gbt.awk || Laslo Hunhold

From: <git_AT_suckless.org>
Date: Mon, 1 Jun 2020 12:06:54 +0200 (CEST)

commit 33ba7ecc6bfe24f5de0e6d347f03d374547bcd07
Author: Laslo Hunhold <dev_AT_frign.de>
AuthorDate: Mon Jun 1 12:06:19 2020 +0200
Commit: Laslo Hunhold <dev_AT_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 <dev_AT_frign.de>

diff --git a/Makefile b/Makefile
index 949ef98..22756ff 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -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" > $_AT_
         printf "#include <stdint.h>\n\n" >> $_AT_
         awk -f data/gbp.awk $(GBP) >> $_AT_
Received on Mon Jun 01 2020 - 12:06:54 CEST

This archive was generated by hypermail 2.3.0 : Mon Jun 01 2020 - 12:12:33 CEST