Please test -current
Corinna Vinschen
vinschen at redhat.com
Mon Nov 12 20:42:23 EST 2001
On Mon, Nov 12, 2001 at 12:30:42PM +1100, Damien Miller wrote:
> Could people please test -current? We will be making a release fairly
> soon.
Somebody seem to have inadvertently removed the patch to allow
to install scard/Ssh.bin when builddir != srcdir. Or was it never
checked in?
Corinna
Index: scard/Makefile.in
===================================================================
RCS file: /cvs/openssh_cvs/scard/Makefile.in,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile.in
--- scard/Makefile.in 2001/10/27 00:33:19 1.3
+++ scard/Makefile.in 2001/11/12 09:39:23
@@ -11,8 +11,8 @@ VPATH=@srcdir@
all:
-Ssh.bin: Ssh.bin.uu
- uudecode Ssh.bin.uu
+Ssh.bin: $(srcdir)/Ssh.bin.uu
+ uudecode -o $@ $(srcdir)/Ssh.bin.uu
clean:
rm -rf Ssh.bin
@@ -24,4 +24,4 @@ distclean: clean
install: $(srcdir)/Ssh.bin
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir)
- $(INSTALL) -m 0644 $(srcdir)/Ssh.bin $(DESTDIR)$(datadir)/Ssh.bin
+ $(INSTALL) -m 0644 Ssh.bin $(DESTDIR)$(datadir)/Ssh.bin
--
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.
mailto:vinschen at redhat.com
More information about the openssh-unix-dev
mailing list