diff options
author | David Shaw <[email protected]> | 2004-01-09 22:57:39 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-01-09 22:57:39 +0000 |
commit | 039c9fab07f2c11681249fec307c77a7e009eec1 (patch) | |
tree | 92c4f7b9893632466eacbc6f58623b0924ebfb33 | |
parent | * packet.h, getkey.c (merge_selfsigs, merge_selfsigs_main), pkclist.c (diff) | |
download | gnupg-039c9fab07f2c11681249fec307c77a7e009eec1.tar.gz gnupg-039c9fab07f2c11681249fec307c77a7e009eec1.zip |
* Makefile.am: Add the portable C links to DISTCLEANFILES. Noted by
Nelson H. F. Beebe.
-rw-r--r-- | mpi/ChangeLog | 5 | ||||
-rw-r--r-- | mpi/Makefile.am | 7 |
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 |