Skip to content
Snippets Groups Projects
Commit 88efe450 authored by Niels Möller's avatar Niels Möller
Browse files

Moved comment.

Rev: src/nettle/Makefile.am:1.56
parent 42102658
Loading
...@@ -98,13 +98,13 @@ RM_TMP = rm -f ...@@ -98,13 +98,13 @@ RM_TMP = rm -f
all-local: $(SHLIBTARGET) all-local: $(SHLIBTARGET)
install-data-local: $(SHLIBINSTALL) install-data-local: $(SHLIBINSTALL)
# Assembler files must contain only PIC-clean code.
%_p.$(OBJEXT): %.asm asm.m4 machine.m4 config.m4 %_p.$(OBJEXT): %.asm asm.m4 machine.m4 config.m4
$(M4) $(srcdir)/asm.m4 machine.m4 config.m4 \ $(M4) $(srcdir)/asm.m4 machine.m4 config.m4 \
`test -f $< || echo '$(srcdir)/'`$< >$*.s `test -f $< || echo '$(srcdir)/'`$< >$*.s
$(COMPILE) -c $*.s -o $@ $(COMPILE) -c $*.s -o $@
echo >.deps/$*.Po echo >.deps/$*.Po
# Assembler files must contain only PIC-clean code.
%_p.$(OBJEXT): %.c %_p.$(OBJEXT): %.c
$(COMPILE) $(SHLIBCFLAGS) -c $< -o $@ $(COMPILE) $(SHLIBCFLAGS) -c $< -o $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment