From 88efe450d50bbbd13f5be46267ec62e395e6408b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Wed, 22 Jan 2003 18:19:23 +0100
Subject: [PATCH] Moved comment.

Rev: src/nettle/Makefile.am:1.56
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index c1bf57c2..aa19b760 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 $@
 
-- 
GitLab