Skip to content

Commit

Permalink
trunk: do not fail the build when openfst link is missing after fresh…
Browse files Browse the repository at this point in the history
… checkout

git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4754 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
  • Loading branch information
nshmyrev committed Jan 6, 2015
1 parent a5ecb58 commit a6cf18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6cf18e

Please sign in to comment.