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
88efe450
Commit
88efe450
authored
Jan 22, 2003
by
Niels Möller
Browse files
Moved comment.
Rev: src/nettle/Makefile.am:1.56
parent
42102658
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
88efe450
...
...
@@ -98,13 +98,13 @@ RM_TMP = rm -f
all-local
:
$(SHLIBTARGET)
install-data-local
:
$(SHLIBINSTALL)
# Assembler files must contain only PIC-clean code.
%_p.$(OBJEXT)
:
%.asm asm.m4 machine.m4 config.m4
$(M4)
$(srcdir)
/asm.m4 machine.m4 config.m4
\
`
test
-f
$<
||
echo
'
$(srcdir)
/'
`
$<
>
$*
.s
$(COMPILE)
-c
$*
.s
-o
$@
echo
>
.deps/
$*
.Po
# Assembler files must contain only PIC-clean code.
%_p.$(OBJEXT)
:
%.c
$(COMPILE)
$(SHLIBCFLAGS)
-c
$<
-o
$@
...
...
Write
Preview
Supports
Markdown
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