diff leim/Makefile.in @ 37128:382c74b6c8b1

(.NOTPARALLEL, .NO_PARALLEL): Add ${MISC-DIC}.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 02 Apr 2001 07:49:05 +0000
parents 6aaaa52f72ac
children 80b4a8d46cb5
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