From 17a32ef43e5e6cb81081a71691123391ed6c0f35 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 abe2b795..577b560a 100644 --- a/src/fst/morphology/Makefile.am +++ b/src/fst/morphology/Makefile.am @@ -97,7 +97,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)