Bug 209 - HP-UX 10.20 "make" problem
Summary: HP-UX 10.20 "make" problem
Status: CLOSED FIXED
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Build system (show other bugs)
Version: -current
Hardware: HPPA HP-UX
: P2 normal
Assignee: OpenSSH Bugzilla mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-08 18:21 AEST by Lutz Jänicke
Modified: 2004-04-14 12:24 AEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lutz Jänicke 2002-04-08 18:21:41 AEST
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.
Comment 1 Damien Miller 2002-04-26 11:30:54 AEST
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
Comment 2 Damien Miller 2004-04-14 12:24:18 AEST
Mass change of RESOLVED bugs to CLOSED