Project

General

Profile

« Previous | Next » 

Revision 7436

input.Makefile: Use new translate_ci instead of translate

View differences:

inputs/input.Makefile
293 293
mkSrcMap = $(catSrcs)|(. $(srcRoot); env datasrc=$(datasrc) $(bin)/src_map >$@)
294 294

  
295 295
define translate
296
$(bin)/in_place $< $(bin)/canon 1 $(1)
297
$(bin)/in_place $< $(bin)/translate 1 $(1)
296
$(bin)/in_place $< $(bin)/translate_ci 1 $(1)
298 297
endef
299 298
translate? = $(if $(wildcard $(1)),$(translate))
300 299

  

Also available in: Unified diff