diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-01-18 20:20:03 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-01-18 20:20:03 -0800 |
commit | c5ce3d4d4d86a27b0cd0d872a8f98d097d6216a6 (patch) | |
tree | bf50997c60d1ff7ef567d4dc05987ad0c152ac9d /Makefile | |
parent | 34fa0728d7f3212be2727cb02b4b50c57a130ce0 (diff) | |
download | txr-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |