sym2num: don't hardcode path to cpp
This commit is contained in:
committed by
Jon Trulson
parent
de7fe55d6a
commit
f75ee32e72
@@ -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) \ @@\
|
||||
) @@\
|
||||
|
||||
Reference in New Issue
Block a user