From 1aa55be1d42853c9ff9b479fb83e1b5ec3711408 Mon Sep 17 00:00:00 2001 From: Flammie A Pirinen Date: Mon, 22 Jan 2024 01:18:33 +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 3ce16cb..58951d2 100644 --- a/src/fst/morphology/Makefile.am +++ b/src/fst/morphology/Makefile.am @@ -61,7 +61,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)