summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-04-14 09:15:59 +0200
committerTobias Klauser <tklauser@distanz.ch>2015-04-23 09:30:01 +0200
commitc94658aefc17a94c610087adffe68c53114e00b2 (patch)
tree9a404a954ba4bb107b5f351a241bcdc15234a7d7 /Makefile
parentcc3fe524c2daa8c136e6484540130da7252a8f1b (diff)
build: Rename LD command variable to LDQ
In order to be able to set the (sort of) standard command variables CC, LD etc. from configure via Config, rename the silent LD command variable to LDQ, in accordance with the existing CCQ. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 082737c..cf6c9bc 100644
--- a/Makefile
+++ b/Makefile
@@ -177,5 +177,5 @@ $(foreach tool,$(TOOLS),$(eval $(call TOOL_templ,$(tool))))
%:: ;
$(TOOLS):
- $(LD) $(LDFLAGS) -o $@/$@ $@/*.o $($@-libs)
+ $(LDQ) $(LDFLAGS) -o $@/$@ $@/*.o $($@-libs)
$(STRIP) $@/$@