Makefile bug in 2.3.0p1

Kelsang Wangden wngdn at src.uchicago.edu
Tue Dec 5 10:11:03 EST 2000


Hi all,

I just installed OpenSSH 2.3.0p1 on an HP-UX 10.20 box, and I'm
psyched to try out sftpd.

I found one bug in the Makefile.  Under the host-key and
host-key-force targets, ssh-keygen is called as
'$(srcdir)/ssh-keygen'.  This is fine if you configure and build in
the source dir, but not if you build in a separate dir as I did in
order to build several architechtures from one source tree.

A kludgy fix would be to call it as './ssh-keygen'.  A real fix would
be to have the path to the build dir in a variable and do something
like '$(builddir)/ssh-keygen'.

Please Cc me on replies, since I don't subscribe to this list.

Thanks,

Wangden





More information about the openssh-unix-dev mailing list