Updated Makefile to resolve issue with adding extra MaxScale in the

path for a make install command.
This commit is contained in:
Mark Riddoch
2014-07-01 16:53:10 +01:00
parent 29503ce566
commit d58682d261
7 changed files with 12 additions and 12 deletions

View File

@ -122,6 +122,6 @@ install: maxscale maxkeys maxpasswd
@mkdir -p $(DEST)/bin
install -D maxscale maxkeys maxpasswd $(DEST)/bin
install -D $(EMBEDDED_LIB)/$(LIB) $(DEST)/lib
install -D $(ERRMSG)/errmsg.sys $(DEST)/MaxScale/mysql
install -D $(ERRMSG)/errmsg.sys $(DEST)/mysql
include depend.mk