aboutsummaryrefslogtreecommitdiffstats
path: root/mpi/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'mpi/Makefile.in')
-rw-r--r--mpi/Makefile.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/mpi/Makefile.in b/mpi/Makefile.in
index c179f53f9..81910ff2b 100644
--- a/mpi/Makefile.in
+++ b/mpi/Makefile.in
@@ -72,7 +72,7 @@ mpi_LIBADD = mpih-mul1.o \
mpih-mul3.o \
mpih-add1.o \
mpih-sub1.o \
- mpih-shift.o
+ mpih-shift.o @MPI_EXTRA_ASM_OBJS@
mkinstalldirs = $(top_srcdir)/scripts/mkinstalldirs
CONFIG_HEADER = ../config.h
LIBRARIES = $(noinst_LIBRARIES)
@@ -273,14 +273,6 @@ mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
CFLAGS += -O2
-
-#mpi_DEPENDENCIES = mpih-mul1.S \
-# mpih-mul2.S \
-# mpih-mul3.S \
-# mpih-add1.S \
-# mpih-sub1.S \
-# mpih-shift.S
-#
.SUFFIXES:
.SUFFIXES: .c .o $(SUFFIXES)