[PATCH] kbuild: obey HOSTLOADLIBES_programname for single-file compilation
authorMatthias Urlichs <smurf@smurf.noris.de>
Fri, 18 Feb 2005 09:23:41 +0000 (10:23 +0100)
committerSam Ravnborg <sam@mars.(none)>
Wed, 13 Jul 2005 22:11:14 +0000 (22:11 +0000)
commite0af0d85f55ea800a2e38bf782d68b83e9942611
treee8c94d9e722e1387ea5c01c3833046870f8141cf
parenta0674e88d9c150e016a69e78e735f48772314c53
[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>
scripts/Makefile.host