summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-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