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
ff77863e
Commit
ff77863e
authored
Mar 06, 2010
by
Niels Möller
Browse files
(distdir): Include x86_64 assembler files.
Rev: nettle/ChangeLog:1.49 Rev: nettle/Makefile.in:1.13
parent
41f3104f
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
ff77863e
2010-03-06 Niels Mller <nisse@lysator.liu.se>
* Makefile.in (distdir): Include x86_64 assembler files.
2010-01-20 Niels Mller <nisse@lysator.liu.se>
* configure.ac: Check for mpz_powm_sec.
...
...
Makefile.in
View file @
ff77863e
...
...
@@ -346,7 +346,7 @@ distdir: $(DISTFILES)
else
cp
"
$(srcdir)
/
$$
f"
"
$(distdir)
"
;
\
fi
;
\
done
set
-e
;
for
d
in
sparc32 sparc64 x86
;
do
\
set
-e
;
for
d
in
sparc32 sparc64 x86
x86_64
;
do
\
mkdir
"
$(distdir)
/
$$
d"
;
\
cp
$(srcdir)
/
$$
d/
*
.asm
$(srcdir)
/
$$
d/
*
.m4
"
$(distdir)
/
$$
d"
;
\
done
...
...
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