]> andersk Git - openssh.git/commitdiff
Fix install: when building outside of source
authortim <tim>
Sat, 27 Oct 2001 00:33:18 +0000 (00:33 +0000)
committertim <tim>
Sat, 27 Oct 2001 00:33:18 +0000 (00:33 +0000)
tree and using --src=/full_path/to/openssh
Patch by Mark D. Baushke <mdb@juniper.net>

ChangeLog
scard/Makefile.in

index cd5403e0680707e4e96a386f93604fe822f946b7..d4f666114d553b1b51657cbe1d66c283e98ad082 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
index 9f6c056128b839ac32340a9ba2271a6dfaf67d9b..f2d596a6459510262292ccdb60c428923eaad630 100644 (file)
@@ -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
This page took 0.086156 seconds and 5 git commands to generate.