summaryrefslogtreecommitdiff
path: root/tools/tools.make
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tools.make')
-rw-r--r--tools/tools.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools.make b/tools/tools.make
index 3350ad03bc..483d306950 100644
--- a/tools/tools.make
+++ b/tools/tools.make
@@ -38,7 +38,7 @@ $(TOOLSDIR)/uclpack: $(TOOLSDIR)/ucl/uclpack.c $(wildcard $(TOOLSDIR)/ucl/src/*.
38$(TOOLSDIR)/convttf: $(TOOLSDIR)/convttf.c 38$(TOOLSDIR)/convttf: $(TOOLSDIR)/convttf.c
39 $(call PRINTS,CC $(@F)) 39 $(call PRINTS,CC $(@F))
40 $(SILENT)$(HOSTCC) $(TOOLSFLAGS) -lm -O2 -Wall -g $+ -o $@ \ 40 $(SILENT)$(HOSTCC) $(TOOLSFLAGS) -lm -O2 -Wall -g $+ -o $@ \
41 `freetype-config --libs` `freetype-config --cflags` 41 `pkg-config --cflags --libs freetype2`
42 42
43# implicit rule for simple tools 43# implicit rule for simple tools
44$(TOOLSDIR)/%: $(TOOLSDIR)/%.c 44$(TOOLSDIR)/%: $(TOOLSDIR)/%.c