diff --git a/Makefile b/Makefile index 63f92751f..fe49583b0 100644 --- a/Makefile +++ b/Makefile @@ -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: