Added space character so that log_manager will be installed too

This commit is contained in:
vraatikka 2013-07-25 13:36:39 +03:00
parent 602bd33378
commit 003db6eaa9

View File

@ -37,5 +37,5 @@ depend:
install:
(cd epoll_v1.0; 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)