From: Niels Möller Date: Wed, 4 Jun 2003 22:55:44 +0000 (+0200) Subject: (DISTCLEANFILES): Delete .s files. X-Git-Tag: nettle_1.8_release_20040110~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4e550bf848ac035d761122ef1e34ca18538604b;p=thirdparty%2Fnettle.git (DISTCLEANFILES): Delete .s files. Rev: src/nettle/ChangeLog:1.202 Rev: src/nettle/Makefile.am:1.64 --- diff --git a/ChangeLog b/ChangeLog index ef9969fe..edd2bac6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-06-05 Niels Möller + + * Makefile.am (DISTCLEANFILES): Delete .s files. + 2003-05-27 Niels Möller * testsuite/symbols-test: And allow symbols that start at the diff --git a/Makefile.am b/Makefile.am index deb725ff..605b84d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -72,7 +72,10 @@ EXTRA_DIST = memxor.h $(des_headers) descore.README nettle.html \ sparc/aes.asm sparc/machine.m4 \ x86/aes.asm x86/aes_tables.asm -DISTCLEANFILES = aes.asm aes-decrypt.asm aes-encrypt.asm machine.m4 +DISTCLEANFILES = aes.asm aes.s \ + aes-decrypt.asm aes-decrypt.s aes-encrypt.asm aes-encrypt.s \ + machine.m4 + CLEANFILES = $(SHLIBFORLINK) clean-local: rm -rf .lib