Skip to content

Commit

Permalink
Fix bug in building target list
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Sep 22, 2023
1 parent ef2971f commit c09cfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion am-shared/src-orthography-dir-include.am
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
GT_NFC2NFD=spellrelax-nfc2nfd.regex
GT_NFD2NFC=spellrestrict-nfd2nfc.regex
GT_GENERATED_REGEX_SRCS=$(GT_NFC2NFD) $(GT_NFC2NFD)
GT_ORTHOGRAPHIC_REGEX_SRCS+=$(GT_GENERATED_REGEX)
GT_ORTHOGRAPHIC_REGEX_SRCS+=$(GT_GENERATED_REGEX_SRCS)
#! @var GT_ORTHOGRAPHIC_SRCS names of orthographic rule source files, should
#! be one of:
#! xfst, regex or twolc files
Expand Down

0 comments on commit c09cfe5

Please sign in to comment.