]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Fix install: when building outside of source
authorTim Rice <tim@multitalents.net>
Sat, 27 Oct 2001 00:33:18 +0000 (17:33 -0700)
committerTim Rice <tim@multitalents.net>
Sat, 27 Oct 2001 00:33:18 +0000 (17:33 -0700)
tree and using --src=/full_path/to/openssh
Patch by Mark D. Baushke <mdb@juniper.net>

ChangeLog
scard/Makefile.in

index 788571d9a795a861e445863945c89a794fb74ec3..eed1c3bcab4dcf24beedca05fc373eadfc8d8f32 100644 (file)
--- 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
  - 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 $
index 7b054a80e19541ad34baa858d157f3b1e3e09b1c..4b204050ca7a0b8a1c64ce7a6b7aa62d08b53ecb 100644 (file)
@@ -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