Skip to content

Commit bd1da14

Browse files
hhadiandanpovey
authored andcommitted
[build] Add a missing dependency for "decoder" in Makefile (#3397)
1 parent c216385 commit bd1da14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SUBDIRS = base matrix util feat cudafeat tree gmm transform \
99
bin fstbin gmmbin fgmmbin featbin cudafeatbin \
1010
nnetbin latbin sgmm2 sgmm2bin nnet2 nnet3 rnnlm chain nnet3bin nnet2bin kwsbin \
1111
ivector ivectorbin online2 online2bin lmbin chainbin rnnlmbin \
12-
cudadecoder cudadecoderbin
12+
cudadecoder cudadecoderbin
1313

1414
MEMTESTDIRS = base matrix util feat cudafeat tree gmm transform \
1515
fstext hmm lm decoder lat nnet kws chain \
@@ -159,7 +159,7 @@ sgmm2: base util matrix gmm tree transform hmm
159159
fstext: base util matrix tree
160160
hmm: base tree matrix util
161161
lm: base util matrix fstext
162-
decoder: base util matrix gmm hmm tree transform lat
162+
decoder: base util matrix gmm hmm tree transform lat fstext
163163
lat: base util hmm tree matrix
164164
cudamatrix: base util matrix
165165
nnet: base util hmm tree matrix cudamatrix

0 commit comments

Comments
 (0)