changeset 55489:3f16b03bb46f

(all): Readd dependency on ${WORLD} so that lisp files are compiled when bootstrapping.
author Andreas Schwab <schwab@suse.de>
date Mon, 10 May 2004 12:00:02 +0000
parents 626bc3834cd3
children 22eeb2c849a0
files leim/Makefile.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/leim/Makefile.in	Mon May 10 11:55:18 2004 +0000
+++ b/leim/Makefile.in	Mon May 10 12:00:02 2004 +0000
@@ -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 @@
 .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.