diff options
Diffstat (limited to 'mpi')
-rw-r--r-- | mpi/ChangeLog | 6 | ||||
-rw-r--r-- | mpi/Makefile.am | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/mpi/ChangeLog b/mpi/ChangeLog index 2160034bb..2b30ff417 100644 --- a/mpi/ChangeLog +++ b/mpi/ChangeLog @@ -1,3 +1,9 @@ +2000-10-13 Werner Koch <[email protected]> + + * mpi.h: Removed the inclusion of mpi-asm-defs.h because this + makes some trouble when doing a VPATH build. configure now + takes care of it. + 2000-10-12 Werner Koch <[email protected]> * generic/mpi-asm-defs.h: New. diff --git a/mpi/Makefile.am b/mpi/Makefile.am index cdc39ee76..528ffdf0e 100644 --- a/mpi/Makefile.am +++ b/mpi/Makefile.am @@ -6,7 +6,8 @@ CFLAGS = @CFLAGS@ @MPI_OPT_FLAGS@ ASFLAGS = @MPI_SFLAGS@ EXTRA_DIST = config.links -DISTCLEANFILES = mpih-add1.S mpih-mul1.S mpih-mul2.S mpih-mul3.S \ +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 # Note: we only use .S files so we should delete all left over .s CLEANFILES = _*.s |