From 38a13ffc0329fea111573bc7be4e86847284cea1 Mon Sep 17 00:00:00 2001 From: Flammie A Pirinen Date: Mon, 22 Jan 2024 00:14:38 +0100 Subject: [PATCH] [Template merge] fixes --- src/fst/morphology/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fst/morphology/Makefile.am b/src/fst/morphology/Makefile.am index f78f2d8..988c7f1 100644 --- a/src/fst/morphology/Makefile.am +++ b/src/fst/morphology/Makefile.am @@ -57,7 +57,7 @@ if HAVE_SHARED_COMMON $(AM_V_CP)cp -f $< $@ generated_files/mul-$(GLANG)-%.lexc: $(gt_SHARED_common)/src/fst/stems/%.lexc - $(MAKE) $(GENDIR) + $(AM_V_at)$(MKDIR_P) generated_files $(AM_V_CP)cp -f $< $@ else # this is "safe" fallback (compiles but you miss everything)