Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
853e73af
Commit
853e73af
authored
Mar 15, 2014
by
Niels Möller
Browse files
Fix dependencies for assembly-related rules.
parent
f2831d4a
Changes
2
Hide whitespace changes
Inline
Side-by-side
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