Mercurial > emacs
changeset 37128:382c74b6c8b1
(.NOTPARALLEL, .NO_PARALLEL): Add ${MISC-DIC}.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 02 Apr 2001 07:49:05 +0000 |
parents | 96df2a9b439e |
children | 64b1d7474f8c |
files | leim/Makefile.in |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/Makefile.in Sun Apr 01 08:03:41 2001 +0000 +++ b/leim/Makefile.in Mon Apr 02 07:49:05 2001 +0000 @@ -151,13 +151,13 @@ 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