summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVincent Sanders <vincent.sanders@collabora.co.uk>2012-07-17 20:55:38 +0100
committerVincent Sanders <vincent.sanders@collabora.co.uk>2012-07-17 20:55:38 +0100
commiteafd52f784b62b931dcaff6a59d3b009ae9c9b47 (patch)
tree24342706b2ed1149da37dac0f43f4e28a961ac69 /src
parent3eadc719b287f36fe9afbd05131a4fd4fbe34202 (diff)
downloadlibrufl-eafd52f784b62b931dcaff6a59d3b009ae9c9b47.tar.gz
librufl-eafd52f784b62b931dcaff6a59d3b009ae9c9b47.tar.bz2
put makeglyphs tool back
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 73974aa..7592083 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -11,6 +11,6 @@ SOURCES := $(SOURCES) $(BUILDDIR)/rufl_glyph_map.c
$(BUILDDIR)/rufl_glyph_map.c: src/Glyphs
$(VQ)$(ECHO) "MKGLYPHS: $<"
- $(Q)$(PERL) build/tools/makeglyphs < $< > $@
+ $(Q)$(PERL) tools/makeglyphs < $< > $@
include $(NSBUILD)/Makefile.subdir