From d22a47194639fd5ca76131d69a4470c7e8a3bea9 Mon Sep 17 00:00:00 2001 From: Flammie A Pirinen Date: Sun, 21 Jan 2024 23:57:20 +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 1b31fec4..7efb434e 100644 --- a/src/fst/morphology/Makefile.am +++ b/src/fst/morphology/Makefile.am @@ -87,7 +87,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)