Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Wim Lewis
nettle
Commits
853e73af
Commit
853e73af
authored
Mar 15, 2014
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix dependencies for assembly-related rules.
parent
f2831d4a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
ChangeLog
ChangeLog
+5
-0
Makefile.in
Makefile.in
+3
-1
No files found.
ChangeLog
View file @
853e73af
2014-03-15 Niels Möller <nisse@lysator.liu.se>
* Makefile.in (.asm.s): Add dependencies.
(.s.o, .s.po): Empty any dependency .d file.
2014-03-04 Niels Möller <nisse@lysator.liu.se>
* testsuite/chacha-test.c (test_main): Additional test cases, for
...
...
Makefile.in
View file @
853e73af
...
...
@@ -353,15 +353,17 @@ ecc-256.p$(OBJEXT): ecc-256.h
ecc-384.p$(OBJEXT)
:
ecc-384.h
ecc-521.p$(OBJEXT)
:
ecc-521.h
.asm.s
:
.asm.s
:
$(srcdir)/asm.m4 machine.m4 config.m4
$(M4)
$(srcdir)
/asm.m4 machine.m4 config.m4
$<
>
$@
T
\
&&
test
-s
$@
T
&&
mv
-f
$@
T
$@
.s.$(OBJEXT)
:
$(COMPILE)
$(CCPIC_MAYBE)
-c
$<
@
echo
>
$@
.d
.s.p$(OBJEXT)
:
$(COMPILE)
$(SHLIBCFLAGS)
-c
$<
-o
$@
@
echo
>
$@
.d
# Texinfo rules
.texinfo.info
:
...
...
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