summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortim <tim>2001-10-27 00:33:18 +0000
committertim <tim>2001-10-27 00:33:18 +0000
commit75fb6a9ed96272e8fc909d550d5947245b901538 (patch)
treee28528b799c51c86335aed5e3ac6e3695d4afc9b
parentad7cb0d39c0bc568374f99a2a2ee96605f708edb (diff)
downloadopenssh-75fb6a9ed96272e8fc909d550d5947245b901538.tar.gz
Fix install: when building outside of source
tree and using --src=/full_path/to/openssh Patch by Mark D. Baushke <mdb@juniper.net>
-rw-r--r--ChangeLog5
-rw-r--r--scard/Makefile.in4
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 788571d9..eed1c3bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
20011026
- (bal) Set the correct current time in login_utmp_only(). Patch by
Wayne Davison <wayned@users.sourceforge.net>
+ - (tim) [scard/Makefile.in] Fix install: when building outside of source
+ tree and using --src=/full_path/to/openssh
+ Patch by Mark D. Baushke <mdb@juniper.net>
20011025
- (bal) Use VDISABLE if _POSIX_VDISABLE is set in readpassphrase.c. Patch
@@ -6767,4 +6770,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1619 2001/10/26 15:56:55 mouring Exp $
+$Id: ChangeLog,v 1.1620 2001/10/27 00:33:18 tim Exp $
diff --git a/scard/Makefile.in b/scard/Makefile.in
index 7b054a80..4b204050 100644
--- a/scard/Makefile.in
+++ b/scard/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.2 2001/09/20 18:39:37 tim Exp $
+# $Id: Makefile.in,v 1.3 2001/10/27 00:33:19 tim Exp $
prefix=@prefix@
datadir=@datadir@
@@ -22,6 +22,6 @@ distprep: Ssh.bin
distclean: clean
rm -f Makefile *~
-install: Ssh.bin
+install: $(srcdir)/Ssh.bin
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir)
$(INSTALL) -m 0644 $(srcdir)/Ssh.bin $(DESTDIR)$(datadir)/Ssh.bin