Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/x11/bin/ssh-askpass
Module Name: src
Committed By: lukem
Date: Thu Jan 29 01:00:42 UTC 2004
Modified Files:
src/x11/bin/ssh-askpass: Makefile
Log Message:
Use
FILES+= SshAskpass.ad
FILESNAME_SshAskpass.ad=SshAskpass-default.ad
instead of
FILES+= SshAskpass-default.ad
because of an obscure bug with "make -j" where it doesn't find
SshAskpass-default.ad in the .PATH correctly, probably because
of the rule created for it from BUILDSYMLINKS by <bsd.files.mk>.
This is not the correct long-term solution, and is a temporary
workaround for PR 24020.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/x11/bin/ssh-askpass/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index