Skip to content

Commit

Permalink
[Template merge] fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Jan 21, 2024
1 parent 0ec0e66 commit 17a32ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fst/morphology/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 17a32ef

Please sign in to comment.