From 0e952376c86e08746c87733d6d2ba3b15132ce5d Mon Sep 17 00:00:00 2001 From: Ho Yin Chan Date: Sat, 2 Nov 2013 20:04:50 +0000 Subject: [PATCH] trunk:tools/Makefile minor changes for symbolic link handling for openfst git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3130 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8 --- tools/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index 61428c1d7..49037ddfa 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -35,16 +35,15 @@ distclean: rm -rf openfst-1.3.2.tar.gz rm -f openfst -openfst_tgt: openfst_compiled +openfst_tgt: openfst_compiled openfst/lib .PHONY: openfst_compiled openfst_compiled: openfst-1.3.2/Makefile cd openfst-1.3.2/ && \ $(MAKE) install - -cd openfst && [ -d lib64 -a ! -d lib ] && ln -s lib64 lib openfst/lib: - -cd openfst && [ -d lib64 -a ! -d lib ] && ln -s lib64 lib + -cd openfst && [ -d lib64 ] && [ ! -d lib ] && ln -s lib64 lib openfst-1.3.2/Makefile: openfst-1.3.2/.patched cd openfst-1.3.2/; \