added a missing 'touch depend' to main Makefile

This commit is contained in:
Markus Makela
2014-09-26 19:56:52 +03:00
parent 8f0c712fae
commit 71a0c85bf1

View File

@ -57,7 +57,7 @@ depend:
install:
(cd server; make DEST=$(DEST) install)
(cd log_manager; make DEST=$(DEST) install)
(cd query_classifier; make DEST=$(DEST) install)
(cd query_classifier;touch depend; make DEST=$(DEST) install)
(cd client; make DEST=$(DEST) install)
cleantests: