diff options
Diffstat (limited to 'mpi')
-rw-r--r-- | mpi/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mpi/Makefile.am b/mpi/Makefile.am index fc25bbb81..e5c241a2e 100644 --- a/mpi/Makefile.am +++ b/mpi/Makefile.am @@ -9,10 +9,8 @@ DISTCLEANFILES = mpih-add1.S mpih-mul1.S mpih-mul2.S mpih-mul3.S \ mpih-lshift.S mpih-rshift.S mpih-sub1.S asm-syntax.h sysdep.h CLEANFILES = tmp-*.s - noinst_LTLIBRARIES = libmpi.la - libmpi_la_LDFLAGS = libmpi_la_SOURCES = longlong.h \ mpi-add.c \ |