Create the depend.mk to enable the build to work for a fresh checkout

This commit is contained in:
Mark Riddoch 2014-07-01 10:49:24 +01:00
parent ff99cd3c63
commit 52d4b8590a

View File

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