# HG changeset patch # User Andreas Schwab # Date 1084190402 0 # Node ID 3f16b03bb46fc267ce6fa7f4ffd4ccfad95478f7 # Parent 626bc3834cd310fd981f9e531b84d493b1947d56 (all): Readd dependency on ${WORLD} so that lisp files are compiled when bootstrapping. diff -r 626bc3834cd3 -r 3f16b03bb46f leim/Makefile.in --- 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.