[Bug 209] New: HP-UX 10.20 "make" problem
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Mon Apr 8 18:21:44 EST 2002
http://bugzilla.mindrot.org/show_bug.cgi?id=209
Summary: HP-UX 10.20 "make" problem
Product: Portable OpenSSH
Version: -current
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: Lutz.Jaenicke at aet.TU-Cottbus.DE
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.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-unix-dev
mailing list