From 290d5e30c6063bffc20ebce6e9ceeaf1da3d46f1 Mon Sep 17 00:00:00 2001 From: Jack Rueter Date: Tue, 22 Aug 2023 18:24:01 +0300 Subject: [PATCH] Update Makefile.modifications.am remove comments --- tools/mt/Makefile.modifications.am | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tools/mt/Makefile.modifications.am b/tools/mt/Makefile.modifications.am index 12c0c535..23d5d224 100644 --- a/tools/mt/Makefile.modifications.am +++ b/tools/mt/Makefile.modifications.am @@ -19,10 +19,10 @@ CLEAN_FILES+= ################################################################## #### Build rules - add targets and their build rules below: -#generator-mt-gt-norm.hfst: generator-mt-gt-norm.tmp.hfst \ -# $(top_builddir)/src/filters/remove-hard-sign-in-first-syllable.hfst -# $(AM_V_RGX2FST)$(PRINTF) "\ -# @\"$(top_builddir)/src/filters/remove-hard-sign-in-first-syllable.hfst\" \ -# | $(HFST_REGEXP2FST) $(HFST_FLAGS) $(HFST_FORMAT) \ -# -S --xerox-composition=ON \ -# -o $@ +generator-mt-gt-norm.hfst: generator-mt-gt-norm.tmp.hfst \ + $(top_builddir)/src/filters/remove-hard-sign-in-first-syllable.hfst + $(AM_V_RGX2FST)$(PRINTF) "\ + @\"$(top_builddir)/src/filters/remove-hard-sign-in-first-syllable.hfst\" \ + | $(HFST_REGEXP2FST) $(HFST_FLAGS) $(HFST_FORMAT) \ + -S --xerox-composition=ON \ + -o $@