After successfully configuring and compiling on HP-UX 10.20, "make install" fails with HP's "make" command: In "scard/Makefile", the install target references $(srcdir)/Ssh.bin, which resolves to ./Ssh.bin. The build-rule however tries to build "Ssh.bin" and HP's make seems to not understand that these files are identical. Thus "make install" fails with "Don't know how to build ./Ssh.bin". The problem does not appear with GNU-make. Solution: either don't reference $(srcdir) in the install rule or also use $(srcdir) in the build rule for Ssh.bin.
Fixed in -current (we only uudecode Ssh.bin.uu during distribution preparation). Note that CVS users will need to run "make distprep" in their tree, or uudecode Ssh.bin.uu manually
Mass change of RESOLVED bugs to CLOSED