Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
LSH
lsh
Commits
92f71637
Commit
92f71637
authored
Sep 08, 2008
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(stamp-h.in): Use $(AUTOHEADER).
Rev: nettle/ChangeLog:1.15 Rev: nettle/Makefile.in:1.7
parent
0819d122
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
nettle/ChangeLog
nettle/ChangeLog
+2
-0
nettle/Makefile.in
nettle/Makefile.in
+1
-1
No files found.
nettle/ChangeLog
View file @
92f71637
2008-09-08 Niels Mller <nisse@lysator.liu.se>
* Makefile.in (stamp-h.in): Use $(AUTOHEADER).
* x86_64/sha1-compress.asm: New x86_64 assembler, based on the x86
version.
...
...
nettle/Makefile.in
View file @
92f71637
...
...
@@ -226,7 +226,7 @@ configure: configure.ac aclocal.m4
# autoheader might not change config.h.in, so touch a stamp file.
config.h.in
:
stamp-h.in
stamp-h.in
:
configure.ac aclocal.m4
cd
$(srcdir)
&&
autoheader
cd
$(srcdir)
&&
$(AUTOHEADER)
echo
timestamp
>
$(srcdir)
/stamp-h.in
config.status
:
configure
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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