Updated Makefile to resolve issue with adding extra MaxScale in the
path for a make install command.
This commit is contained in:
@ -80,7 +80,7 @@ tags:
|
||||
ctags $(SRCS) $(HDRS)
|
||||
|
||||
install: $(MODULES)
|
||||
install -D $(MODULES) $(DEST)/MaxScale/modules
|
||||
install -D $(MODULES) $(DEST)/modules
|
||||
|
||||
depend:
|
||||
rm -f depend.mk
|
||||
|
Reference in New Issue
Block a user