summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-12-06 18:19:09 +0100
committerDiego Biurrun <diego@biurrun.de>2016-12-09 18:51:23 +0100
commit0507cd5b9f3c3769645bc6e9177eaf760f490d1c (patch)
treec9aec6a2fb07ed700700d76d4aba4e0d543a1430 /common.mak
parenta7101eb40e69ada3872ec5aebe9c5c165745fb3a (diff)
build: Rename host_libs/HOSTLIBS variables to host_extralibs/HOSTEXTRALIBS
This is more in line with the other related variable names.
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mak b/common.mak
index d73addeffe..70ebd4b7ab 100644
--- a/common.mak
+++ b/common.mak
@@ -39,7 +39,7 @@ $(HOSTOBJS): %.o: %.c
$(COMPILE_HOSTC)
$(HOSTPROGS): %$(HOSTEXESUF): %.o
- $(HOSTLD) $(HOSTLDFLAGS) $(HOSTLD_O) $^ $(HOSTLIBS)
+ $(HOSTLD) $(HOSTLDFLAGS) $(HOSTLD_O) $^ $(HOSTEXTRALIBS)
$(OBJS): | $(sort $(dir $(OBJS)))
$(HOBJS): | $(sort $(dir $(HOBJS)))