aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mpi/ChangeLog5
-rw-r--r--mpi/Makefile.am7
2 files changed, 10 insertions, 2 deletions
diff --git a/mpi/ChangeLog b/mpi/ChangeLog
index 2221579bd..9d35790c2 100644
--- a/mpi/ChangeLog
+++ b/mpi/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-09 David Shaw <[email protected]>
+
+ * Makefile.am: Add the portable C links to DISTCLEANFILES. Noted
+ by Nelson H. F. Beebe.
+
2003-12-23 Werner Koch <[email protected]>
* mpi-mpow.c (build_index): s/index/idx/ to avoid gcc warning.
diff --git a/mpi/Makefile.am b/mpi/Makefile.am
index 7551a8b5c..eae2df583 100644
--- a/mpi/Makefile.am
+++ b/mpi/Makefile.am
@@ -25,8 +25,11 @@ ASFLAGS = @MPI_SFLAGS@
EXTRA_DIST = config.links
DISTCLEANFILES = mpi-asm-defs.h \
- 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
+ mpih-add1.S mpih-add1.c mpih-mul1.S mpih-mul1.c \
+ mpih-mul2.S mpih-mul2.c mpih-mul3.S mpih-mul3.c \
+ mpih-lshift.S mpih-lshift.c mpih-rshift.S mpih-rshift.c \
+ mpih-sub1.S mpih-sub1.c asm-syntax.h sysdep.h
+
# Note: we only use .S files so we should delete all left over .s
CLEANFILES = _*.s