added a missing 'touch depend' to main Makefile
This commit is contained in:
2
Makefile
2
Makefile
@ -57,7 +57,7 @@ depend:
|
|||||||
install:
|
install:
|
||||||
(cd server; make DEST=$(DEST) install)
|
(cd server; make DEST=$(DEST) install)
|
||||||
(cd log_manager; 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)
|
(cd client; make DEST=$(DEST) install)
|
||||||
|
|
||||||
cleantests:
|
cleantests:
|
||||||
|
|||||||
Reference in New Issue
Block a user