From 71a0c85bf1688962b45acd1d620cd356d553eeb8 Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Fri, 26 Sep 2014 19:56:52 +0300 Subject: [PATCH] added a missing 'touch depend' to main Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: