Skip to content

Commit

Permalink
Makefile: Fix phony training target
Browse files Browse the repository at this point in the history
This fixes wrong behaviour of "make training" when dependencies for
training were incomplete.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jun 19, 2016
1 parent 13d789d commit c257460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -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
Expand Down

0 comments on commit c257460

Please sign in to comment.