]> code.delx.au - gnu-emacs/commitdiff
(all): Readd dependency on ${WORLD} so that lisp
authorAndreas Schwab <schwab@suse.de>
Mon, 10 May 2004 12:00:02 +0000 (12:00 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 10 May 2004 12:00:02 +0000 (12:00 +0000)
files are compiled when bootstrapping.

leim/Makefile.in

index 4a78d8fd37ea536c0aec24d9b1630b8576bf85ad..3f5e61b98a3a4dd8636a91d1a20990a863737e56 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for leim subdirectory in GNU Emacs.
-# Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.
+# Copyright (C) 1997, 2004 Electrotechnical Laboratory, JAPAN.
 # Licensed to the Free Software Foundation.
 
 # This file is part of GNU Emacs.
@@ -147,7 +147,7 @@ NON-TIT-MISC=${CHINESE-NON-TIT} ${JAPANESE} ${KOREAN} ${EUROPEAN} ${OTHERS}
 .el.elc:
        ${RUN-EMACS} -f batch-byte-compile $<
 
-all: ${BUILT-EMACS} ${SUBDIRS} leim-list.el
+all: ${BUILT-EMACS} ${SUBDIRS} leim-list.el ${WORLD}
 
 # To ensure that we can run Emacs.  This target is ignored (never
 # being hit) if a user changes default value of EMACS.