changeset 1549:87af4e63a392

Fix font conversion in build.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 12 May 2018 23:08:16 +0300
parents 20cd589366d7
children ba09aa661c72
files Makefile.gen
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Sat May 12 21:05:52 2018 +0300
+++ b/Makefile.gen	Sat May 12 23:08:16 2018 +0300
@@ -405,7 +405,7 @@
 
 
 $(DMLIB)assets/SetupFont.dmf: $(DMLIB)assets/SetupFont.fnt
-	$(FONTCONV_BIN) -o $@ $<
+	$(FONTCONV_BIN) $< $@
 
 $(DMLIBSRC)setupfont.h: $(DMLIB)assets/SetupFont.dmf
 	$(DATA2INC_BIN) -q -C -n engineSetupFont -t Uint8 $< $@