From e217c26ee5cd8dfd48572714024e451babb29909 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 2 Apr 2001 07:49:21 +0000 Subject: [PATCH] (.NOTPARALLEL, .NO_PARALLEL): Add ${MISC-DIC}. --- leim/ChangeLog | 4 ++++ leim/Makefile.in | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/leim/ChangeLog b/leim/ChangeLog index 44b4c659b0c..1c9e1d5a445 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,7 @@ +2001-04-02 Eli Zaretskii + + * Makefile.in (.NOTPARALLEL, .NO_PARALLEL): Add ${MISC-DIC}. + 2001-03-31 Kenichi Handa * Makefile.in (TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc diff --git a/leim/Makefile.in b/leim/Makefile.in index b6a1ceaa557..200d38729a1 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in @@ -151,13 +151,13 @@ ${SUBDIRS}: mkdir $@ touch stamp-subdir -# The rule which generates ${TIT} files creates them all in one go. -# So we need to prevent parallel execution for that target, otherwise -# Emacs complains about files being locked. .NOTPARALLEL is for GNU -# Make, .NO_PARALLEL is for other Make's. -.NOTPARALLEL: ${TIT} +# The rules which generate ${TIT} and ${MISC-DIC} files create them all +# in one go. So we need to prevent parallel execution for that target, +# otherwise Emacs complains about files being locked. .NOTPARALLEL is +# for GNU Make, .NO_PARALLEL is for other Make's. +.NOTPARALLEL: ${TIT} ${MISC-DIC} -.NO_PARALLEL: ${TIT} +.NO_PARALLEL: ${TIT} ${MISC-DIC} # Rule to generate quail/*.el from CXTERM-DIC/*.tit. # The "if [ -f $@ ]; then true; " part prevents parallel Make's -- 2.39.2