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

@ -84,7 +84,7 @@ depend:
(cd readwritesplit; touch depend.mk ; make depend)
install: $(MODULES)
install -D $(MODULES) $(DEST)/MaxScale/modules
install -D $(MODULES) $(DEST)/modules
(cd readwritesplit; make DEST=$(DEST) install)
cleantests:

View File

@ -60,7 +60,7 @@ depend:
cc -M $(CFLAGS) $(SRCS) > depend.mk
install: $(MODULES)
install -D $(MODULES) $(DEST)/MaxScale/modules
install -D $(MODULES) $(DEST)/modules
cleantests:
$(MAKE) -C test cleantest