diff options
| author | Glenn Morris | 2012-05-19 12:04:50 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-05-19 12:04:50 -0700 |
| commit | 41a2ce39fa914487fb649edaea1a5e2a8f886bc6 (patch) | |
| tree | 19447915bf343af3bd638d63763aeb6838f1ff16 /leim | |
| parent | af006ad50e088b8e2f715a1778fa4caa3ab28d8f (diff) | |
| download | emacs-41a2ce39fa914487fb649edaea1a5e2a8f886bc6.tar.gz emacs-41a2ce39fa914487fb649edaea1a5e2a8f886bc6.zip | |
Comments
Diffstat (limited to 'leim')
| -rw-r--r-- | leim/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in index 54ed0ad35fe..646102eee71 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in | |||
| @@ -131,7 +131,9 @@ ${CHINESE_TIT}: changed.tit | |||
| 131 | ## Otherwise in a parallel build multiple Emacs instances could | 131 | ## Otherwise in a parallel build multiple Emacs instances could |
| 132 | ## interfere with each other. If we used GNU make we could probably | 132 | ## interfere with each other. If we used GNU make we could probably |
| 133 | ## parallelize this without the need for an explicit rule for each | 133 | ## parallelize this without the need for an explicit rule for each |
| 134 | ## file. | 134 | ## file. Something like the pattern rule: |
| 135 | ## quail/%.el: CXTERM-DIC/%.tit | ||
| 136 | ## It doesn't seem possible to do this with VPATH and suffix rules. | ||
| 135 | changed.tit: ${SUBDIRS} ${TIT_SOURCES} | 137 | changed.tit: ${SUBDIRS} ${TIT_SOURCES} |
| 136 | ${RUN_EMACS} -l ${buildlisppath}/international/titdic-cnv \ | 138 | ${RUN_EMACS} -l ${buildlisppath}/international/titdic-cnv \ |
| 137 | -f batch-titdic-convert -dir quail ${srcdir}/CXTERM-DIC; \ | 139 | -f batch-titdic-convert -dir quail ${srcdir}/CXTERM-DIC; \ |