comparison Makefile.gen @ 1987:2ac38ceb28af

Back out a previous change.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Jul 2018 18:34:40 +0300
parents 5b8e707fb11b
children 1054396a7d53
comparison
equal deleted inserted replaced
1986:5b8e707fb11b 1987:2ac38ceb28af
273 ### What tests to build? 273 ### What tests to build?
274 ifeq ($(DM_BUILD_TESTS),yes) 274 ifeq ($(DM_BUILD_TESTS),yes)
275 TESTS_BINARIES += vecmattest fptest dzlibtest 275 TESTS_BINARIES += vecmattest fptest dzlibtest
276 endif 276 endif
277 277
278 FONTCONV_BIN=$(TOOL_BINPATH)fontconv 278 FONTCONV_BIN=fontconv
279 DATA2INC_BIN=$(TOOL_BINPATH)data2inc 279 DATA2INC_BIN=data2inc
280 280
281 281
282 ### 282 ###
283 ### Rest of the rules 283 ### Rest of the rules
284 ### 284 ###