Skip to content
Snippets Groups Projects
Commit f4e550bf authored by Niels Möller's avatar Niels Möller
Browse files

(DISTCLEANFILES): Delete .s files.

Rev: src/nettle/ChangeLog:1.202
Rev: src/nettle/Makefile.am:1.64
parent 2ca743ba
No related branches found
No related tags found
No related merge requests found
2003-06-05 Niels Mller <nisse@lysator.liu.se>
* Makefile.am (DISTCLEANFILES): Delete .s files.
2003-05-27 Niels Mller <nisse@cuckoo.hack.org> 2003-05-27 Niels Mller <nisse@cuckoo.hack.org>
* testsuite/symbols-test: And allow symbols that start at the * testsuite/symbols-test: And allow symbols that start at the
......
...@@ -72,7 +72,10 @@ EXTRA_DIST = memxor.h $(des_headers) descore.README nettle.html \ ...@@ -72,7 +72,10 @@ EXTRA_DIST = memxor.h $(des_headers) descore.README nettle.html \
sparc/aes.asm sparc/machine.m4 \ sparc/aes.asm sparc/machine.m4 \
x86/aes.asm x86/aes_tables.asm 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) CLEANFILES = $(SHLIBFORLINK)
clean-local: clean-local:
rm -rf .lib rm -rf .lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment