From c2574609e4987fafa68215ccf6dea3d244497faf Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 11 Jun 2016 22:40:00 +0200 Subject: [PATCH] Makefile: Fix phony training target This fixes wrong behaviour of "make training" when dependencies for training were incomplete. Signed-off-by: Stefan Weil --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e328c58dcb..a4aa1dd915 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,7 @@ training: @echo "Need to reconfigure project, so there are no errors" endif -.PHONY: install-langs ScrollView.jar install-jars $(TRAINING_SUBDIR) +.PHONY: install-langs ScrollView.jar install-jars training SUBDIRS = ccutil viewer cutil opencl ccstruct dict classify wordrec textord if !NO_CUBE_BUILD