trunk: do not fail the build when openfst link is missing after fresh checkout

git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4754 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
This commit is contained in:
Nickolay V. Shmyrev 2015-01-06 14:49:08 +00:00
Родитель a5ecb5839d
Коммит a6cf18eafa
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -56,7 +56,7 @@ distclean:
.PHONY: openfst # so target will be made even though "openfst" exists.
openfst: openfst_compiled openfst-$(OPENFST_VERSION)/lib
-rm openfst
-rm -f openfst
-ln -s openfst-$(OPENFST_VERSION) openfst
.PHONY: openfst_compiled