From 6ff3c420766e56c7189f61f971a1e4cd12e5bf75 Mon Sep 17 00:00:00 2001 From: jay Date: Sat, 6 Nov 2004 09:47:32 +0000 Subject: [PATCH] Substitute @SORT_SUPPORTS_Z@ --- locate/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locate/Makefile.am b/locate/Makefile.am index 7c078db..1accee5 100644 --- a/locate/Makefile.am +++ b/locate/Makefile.am @@ -32,6 +32,8 @@ updatedb: updatedb.sh -e "s,@""frcode""@,$${frcode}," \ -e "s,@""bigram""@,$${bigram}," \ -e "s,@""code""@,$${code}," \ + -e "s,@""SORT""@,$(SORT)," \ + -e "s,@""SORT_SUPPORTS_Z""@,$(SORT_SUPPORTS_Z)," \ $(srcdir)/updatedb.sh > $@ chmod +x $@ -- 2.11.4.GIT