commit | e0af0d85f55ea800a2e38bf782d68b83e9942611 | [log] [tgz] |
---|---|---|
author | Matthias Urlichs <smurf@smurf.noris.de> | Fri Feb 18 10:23:41 2005 +0100 |
committer | Sam Ravnborg <sam@mars.(none)> | Wed Jul 13 22:11:14 2005 +0000 |
tree | e8c94d9e722e1387ea5c01c3833046870f8141cf | |
parent | a0674e88d9c150e016a69e78e735f48772314c53 [diff] |
[PATCH] kbuild: obey HOSTLOADLIBES_programname for single-file compilation Single-file HOSTCC calls added the libraries from $(HOSTLOADLIBES), but not from $(HOSTLOADLIBES_programname). Multi-file HOSTCC calls do both. This patch fixes that inconsistency. Signed-Off-By: Matthias Urlichs <smurf@debian.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>