From d0b7952a9f5b0d92ca8ff85f5b48de9f46e7c5c5 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 28 Mar 2008 09:58:35 +0000 Subject: [PATCH] (SUBDIR_MAKEFILES): Add lisp/Makefile. (lisp/Makefile): New rule. --- ChangeLog | 5 +++++ Makefile.in | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index eae107cb7a..5c095f1393 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-28 Andreas Schwab + + * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile. + (lisp/Makefile): New rule. + 2008-03-13 Glenn Morris * configure.in (AC_INIT): Fix version number. diff --git a/Makefile.in b/Makefile.in index 34beec6220..329ba07361 100644 --- a/Makefile.in +++ b/Makefile.in @@ -262,8 +262,8 @@ EMACSFULL = `echo emacs-${version}${EXEEXT} | sed '$(TRANSFORM)'` # leim is not included because it needs special handling. SUBDIR = lib-src src -# The makefiles of the directories in $SUBDIR. -SUBDIR_MAKEFILES = lib-src/Makefile doc/emacs/Makefile doc/misc/Makefile doc/lispref/Makefile doc/lispintro/Makefile src/Makefile oldXMenu/Makefile lwlib/Makefile leim/Makefile +# The subdir makefiles created by config.status. +SUBDIR_MAKEFILES = lib-src/Makefile doc/emacs/Makefile doc/misc/Makefile doc/lispref/Makefile doc/lispintro/Makefile src/Makefile oldXMenu/Makefile lwlib/Makefile leim/Makefile lisp/Makefile # Subdirectories to install, and where they'll go. # lib-src's makefile knows how to install it, so we don't do that here. @@ -370,6 +370,9 @@ lwlib/Makefile: $(srcdir)/lwlib/Makefile.in config.status leim/Makefile: $(srcdir)/leim/Makefile.in config.status ./config.status +lisp/Makefile: $(srcdir)/lisp/Makefile.in config.status + ./config.status + # ==================== Installation ==================== ## If we let lib-src do its own installation, that means we -- 2.20.1