summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-05-19 12:04:50 -0700
committerGlenn Morris <rgm@gnu.org>2012-05-19 12:04:50 -0700
commit41a2ce39fa914487fb649edaea1a5e2a8f886bc6 (patch)
tree19447915bf343af3bd638d63763aeb6838f1ff16 /leim
parentaf006ad50e088b8e2f715a1778fa4caa3ab28d8f (diff)
downloademacs-41a2ce39fa914487fb649edaea1a5e2a8f886bc6.tar.gz
Comments
Diffstat (limited to 'leim')
-rw-r--r--leim/Makefile.in4
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
## Otherwise in a parallel build multiple Emacs instances could
## interfere with each other. If we used GNU make we could probably
## parallelize this without the need for an explicit rule for each
-## file.
+## file. Something like the pattern rule:
+## quail/%.el: CXTERM-DIC/%.tit
+## It doesn't seem possible to do this with VPATH and suffix rules.
changed.tit: ${SUBDIRS} ${TIT_SOURCES}
${RUN_EMACS} -l ${buildlisppath}/international/titdic-cnv \
-f batch-titdic-convert -dir quail ${srcdir}/CXTERM-DIC; \