mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-18 14:17:03 +01:00
* Makefile.am: Add the portable C links to DISTCLEANFILES. Noted by
Nelson H. F. Beebe.
This commit is contained in:
parent
aeb16fcca1
commit
039c9fab07
@ -1,3 +1,8 @@
|
|||||||
|
2004-01-09 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* Makefile.am: Add the portable C links to DISTCLEANFILES. Noted
|
||||||
|
by Nelson H. F. Beebe.
|
||||||
|
|
||||||
2003-12-23 Werner Koch <wk@gnupg.org>
|
2003-12-23 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* mpi-mpow.c (build_index): s/index/idx/ to avoid gcc warning.
|
* mpi-mpow.c (build_index): s/index/idx/ to avoid gcc warning.
|
||||||
|
@ -25,8 +25,11 @@ ASFLAGS = @MPI_SFLAGS@
|
|||||||
|
|
||||||
EXTRA_DIST = config.links
|
EXTRA_DIST = config.links
|
||||||
DISTCLEANFILES = mpi-asm-defs.h \
|
DISTCLEANFILES = mpi-asm-defs.h \
|
||||||
mpih-add1.S mpih-mul1.S mpih-mul2.S mpih-mul3.S \
|
mpih-add1.S mpih-add1.c mpih-mul1.S mpih-mul1.c \
|
||||||
mpih-lshift.S mpih-rshift.S mpih-sub1.S asm-syntax.h sysdep.h
|
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
|
# Note: we only use .S files so we should delete all left over .s
|
||||||
CLEANFILES = _*.s
|
CLEANFILES = _*.s
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user