diff --git a/Makefile b/Makefile index d3c00a3cb..9cbd79555 100644 --- a/Makefile +++ b/Makefile @@ -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)