Skip to content

Commit c257460

Browse files
committed
Makefile: Fix phony training target
This fixes wrong behaviour of "make training" when dependencies for training were incomplete. Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent 13d789d commit c257460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ training:
1414
@echo "Need to reconfigure project, so there are no errors"
1515
endif
1616

17-
.PHONY: install-langs ScrollView.jar install-jars $(TRAINING_SUBDIR)
17+
.PHONY: install-langs ScrollView.jar install-jars training
1818

1919
SUBDIRS = ccutil viewer cutil opencl ccstruct dict classify wordrec textord
2020
if !NO_CUBE_BUILD

0 commit comments

Comments
 (0)