mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
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>
This commit is contained in:
parent
13d789d4df
commit
c2574609e4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user