sym2num: don't hardcode path to cpp

This commit is contained in:
Nina Didenko
2019-11-05 20:45:44 +03:00
committed by Jon Trulson
parent de7fe55d6a
commit f75ee32e72
3 changed files with 3 additions and 16 deletions

View File

@@ -55,7 +55,7 @@ dtprintinfo.cat: dtprintinfo.msg @@\
export LANG; \ @@\
LC_COLLATE=C; \ @@\
export LC_COLLATE; \ @@\
$(SYM2NUM_CMD) $(@:.cat=) $(@:.cat=.msg) > tmp.msg; \ @@\
CPP="$(CPP)" $(SYM2NUM_CMD) $(@:.cat=) $(@:.cat=.msg) > tmp.msg; \ @@\
$(GENCAT) $@ tmp.msg; \ @@\
rm -f tmp.msg $(@:.cat=_msg.h) \ @@\
) @@\