summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b0ee375..068e954 100644
--- a/Makefile
+++ b/Makefile
@@ -181,4 +181,4 @@ $(foreach tool,$(TOOLS),$(eval $(call TOOL_templ,$(tool))))
%:: ;
$(TOOLS):
- $(LDQ) $(LDFLAGS) -o $@/$@ $@/*.o $($@-libs)
+ $(LDQ) $(LDFLAGS) -o $@/$@ $(shell LC_ALL=C ls $@/*.o) $($@-libs)