Skip to content

Commit

Permalink
s/topsrcdir/top_srcdir/
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Jan 30, 2024
1 parent 3246a37 commit 03738d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/mt/apertium/Makefile.modifications.am
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ dependency-mt-gt.cg3: $(gt_SHARED_smi)/src/cg3/dependency.cg3
functions-mt-gt.cg3: $(gt_SHARED_smi)/src/cg3/functions.cg3
$(AM_V_CP)cp -f $< $@
else
dependency-mt-gt.cg3: $(topsrcdir)/src/cg3/dependency.cg3
dependency-mt-gt.cg3: $(top_srcdir)/src/cg3/dependency.cg3
$(AM_V_GEN)cp -f $< $@

functions-mt-gt.cg3: $(topsrcdir)/src/cg3/functions.cg3
functions-mt-gt.cg3: $(top_srcdir)/src/cg3/functions.cg3
$(AM_V_GEN)cp -f $< $@
endif

0 comments on commit 03738d2

Please sign in to comment.