| Summary: | Wrong path to ssh in scp after re-configure | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Heinrich.Mislik |
| Component: | Build system | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Heinrich.Mislik
2002-11-26 23:09:24 AEDT
No, that is the wrong way of handling it. The issue goes back to detecting dependancy changes. This will be an issue for ssh-add, sftp, sftp-server, scp, ssh-agent, ssh- keygen, ssh-keysign, ssh-keyscan and ssh-rand-helper. And it is deeper than just 'path has not changed'. it is 'Any changes in config.h are not propgated'. In the past we have stated if you do a 'make clean' before rebuilding. At this point I'm still convinced that is the correct thing to do. Handling dependancies is a nightmare. However, I will take another look at it. Maybe modify each target to have: sftp$(EXEEXT): config.h $(LIBCOMPAT) libssh.a sftp.o sftp-client.o sftp-int.o I can't see how this happened: config.h is already in the dependancy list, but I have also added Makefile.in as a couple of paths are defined there too. Mass change of RESOLVED bugs to CLOSED |