Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/usr.bin/ssh Apply patch (requested by itojun):



details:   https://anonhg.NetBSD.org/src/rev/7d4cc6b3f778
branches:  netbsd-1-5
changeset: 490771:7d4cc6b3f778
user:      he <he%NetBSD.org@localhost>
date:      Mon Feb 26 22:52:12 2001 +0000

description:
Apply patch (requested by itojun):
  Correct minor error in previous pull-up.

diffstat:

 usr.bin/ssh/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6b11685448a5 -r 7d4cc6b3f778 usr.bin/ssh/Makefile.inc
--- a/usr.bin/ssh/Makefile.inc  Mon Feb 26 22:49:25 2001 +0000
+++ b/usr.bin/ssh/Makefile.inc  Mon Feb 26 22:52:12 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.2.2.2 2001/02/26 20:57:30 he Exp $
+#      $NetBSD: Makefile.inc,v 1.2.2.3 2001/02/26 22:52:12 he Exp $
 
 SSHDIST?= ${.CURDIR}/../../../crypto/dist/ssh
 
@@ -6,7 +6,7 @@
 .PATH: ${SSHDIST}
 
 .if defined(PROG)
-LIBSSHOBJDIR != cd ${.CURDIR}/../libssh && ${PRINTOBJDIR}
+LIBSSHOBJDIR != cd ${.CURDIR}/../libssh && ${MAKE} print-objdir
 LDADD+= -L${LIBSSHOBJDIR} -lssh
 DPADD+= ${LIBSSHOBJDIR}/libssh.a
 .endif



Home | Main Index | Thread Index | Old Index