summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-01-18 20:20:03 -0800
committerKaz Kylheku <kaz@kylheku.com>2019-01-18 20:20:03 -0800
commitc5ce3d4d4d86a27b0cd0d872a8f98d097d6216a6 (patch)
treebf50997c60d1ff7ef567d4dc05987ad0c152ac9d /Makefile
parent34fa0728d7f3212be2727cb02b4b50c57a130ce0 (diff)
downloadtxr-c5ce3d4d4d86a27b0cd0d872a8f98d097d6216a6.tar.gz
txr-c5ce3d4d4d86a27b0cd0d872a8f98d097d6216a6.tar.bz2
txr-c5ce3d4d4d86a27b0cd0d872a8f98d097d6216a6.zip
mpi: remove unused mplogic module.
* Makefile (MPI_OBJ_BASE): remove mplogic.o.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc5f7af8..a67e1294 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,7 @@ SRCS := $(addprefix $(top_srcdir),\
endif
# MPI objects
-MPI_OBJ_BASE=mpi.o mplogic.o
+MPI_OBJ_BASE=mpi.o
MPI_OBJS := $(addprefix mpi/,$(MPI_OBJ_BASE))