Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compiledict.c: change 'temp' to "${dict}temp" temporary file
This way we can compile multiple dictionaries at a time without stepping on 'temp' file from different compilation steps: $ make -j8 -B ... make[1]: *** [Makefile:3082: espeak-ng-data/an_dict] Segmentation fault (core dumped) make[1]: *** Deleting file 'espeak-ng-data/an_dict' make[1]: *** [Makefile:3082: espeak-ng-data/az_dict] Segmentation fault (core dumped) make[1]: *** Deleting file 'espeak-ng-data/az_dict'
- Loading branch information