X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makefile;h=0c5adac54141a6864ab5cf2a1565f58e92aeab38;hb=7837a9bfdfccdc26360987a44c389832fdb82651;hp=fdcef2794c06cb81c399376aaf79518246c23aca;hpb=62568a297aaf939ab753334f17abde82ec8e8531;p=mothur.git diff --git a/makefile b/makefile index fdcef27..0c5adac 100644 --- a/makefile +++ b/makefile @@ -26,7 +26,7 @@ ifeq ($(strip $(USEREADLINE)),yes) -L../readline-6.0 endif -USEMPI ?= no +USEMPI ?= yes ifeq ($(strip $(USEMPI)),yes) CC = mpic++ @@ -1691,7 +1691,7 @@ install : mothur $(CC) $(CC_OPTIONS) splitabundcommand.cpp -c $(INCLUDE) -o ./splitabundcommand.o # Item # 206 -- splitmatrix -- -./splitmatrix.o : splitmatrix.o +./splitmatrix.o : splitmatrix.cpp $(CC) $(CC_OPTIONS) splitmatrix.cpp -c $(INCLUDE) -o ./splitmatrix.o # Item # 207 -- splitmatrix --