Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nettle
nettle
Commits
f4e550bf
Commit
f4e550bf
authored
Jun 05, 2003
by
Niels Möller
Browse files
(DISTCLEANFILES): Delete .s files.
Rev: src/nettle/ChangeLog:1.202 Rev: src/nettle/Makefile.am:1.64
parent
2ca743ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
f4e550bf
2003-06-05 Niels Mller <nisse@lysator.liu.se>
* Makefile.am (DISTCLEANFILES): Delete .s files.
2003-05-27 Niels Mller <nisse@cuckoo.hack.org>
* testsuite/symbols-test: And allow symbols that start at the
...
...
Makefile.am
View file @
f4e550bf
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment