changeset 2346:71d94f965725

Fix data2inc and fontconv binpaths for cases when doing out of tree builds.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 24 Oct 2019 08:19:31 +0300
parents 13e54305e5fc
children 32893335efc0
files Makefile.gen
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Wed Sep 25 12:13:28 2019 +0300
+++ b/Makefile.gen	Thu Oct 24 08:19:31 2019 +0300
@@ -269,9 +269,9 @@
 DATA2INC_BIN=data2inc
 DATA2INC_DEP=
 else
-FONTCONV_BIN=$(DMLIB)tools/fontconv
+FONTCONV_BIN=$(TOOL_BINPATH)fontconv$(EXEEXT)
 FONTCONV_DEP=$(FONTCONV_BIN)
-DATA2INC_BIN=$(DMLIB)tools/data2inc
+DATA2INC_BIN=$(TOOL_BINPATH)data2inc$(EXEEXT)
 DATA2INC_DEP=$(DATA2INC_BIN)
 endif