[openssh-commits] [openssh] 02/03: object files end with .o - not .c

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Feb 26 12:18:27 AEDT 2018


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 612faa34c72e421cdc9e63f624526bae62d557cc
Author: Damien Miller <djm at mindrot.org>
Date:   Mon Feb 26 12:17:55 2018 +1100

    object files end with .o - not .c
---
 Makefile.in | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 25d45eaf..bfe29344 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -63,13 +63,13 @@ MKDIR_P=@MKDIR_P@
 TARGETS=ssh$(EXEEXT) sshd$(EXEEXT) ssh-add$(EXEEXT) ssh-keygen$(EXEEXT) ssh-keyscan${EXEEXT} ssh-keysign${EXEEXT} ssh-pkcs11-helper$(EXEEXT) ssh-agent$(EXEEXT) scp$(EXEEXT) sftp-server$(EXEEXT) sftp$(EXEEXT)
 
 XMSS_OBJS=\
-	ssh-xmss.c \
-	sshkey-xmss.c \
-	xmss_commons.c \
-	xmss_fast.c \
-	xmss_hash.c \
-	xmss_hash_address.c \
-	xmss_wots.c
+	ssh-xmss.o \
+	sshkey-xmss.o \
+	xmss_commons.o \
+	xmss_fast.o \
+	xmss_hash.o \
+	xmss_hash_address.o \
+	xmss_wots.o
 
 LIBOPENSSH_OBJS=\
 	ssh_api.o \

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list