aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2008-03-28 09:58:35 +0000
committerAndreas Schwab2008-03-28 09:58:35 +0000
commitd0b7952a9f5b0d92ca8ff85f5b48de9f46e7c5c5 (patch)
tree8605b017735849ff50e145b9a035bd83cfcccb38
parent15c5c97086ad7d7e3a40ea15ff3acf947de1e0a2 (diff)
downloademacs-d0b7952a9f5b0d92ca8ff85f5b48de9f46e7c5c5.tar.gz
emacs-d0b7952a9f5b0d92ca8ff85f5b48de9f46e7c5c5.zip
(SUBDIR_MAKEFILES): Add lisp/Makefile.
(lisp/Makefile): New rule.
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in7
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index eae107cb7a5..5c095f1393f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12008-03-28 Andreas Schwab <schwab@suse.de>
2
3 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
4 (lisp/Makefile): New rule.
5
12008-03-13 Glenn Morris <rgm@gnu.org> 62008-03-13 Glenn Morris <rgm@gnu.org>
2 7
3 * configure.in (AC_INIT): Fix version number. 8 * configure.in (AC_INIT): Fix version number.
diff --git a/Makefile.in b/Makefile.in
index 34beec62207..329ba07361b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -262,8 +262,8 @@ EMACSFULL = `echo emacs-${version}${EXEEXT} | sed '$(TRANSFORM)'`
262# leim is not included because it needs special handling. 262# leim is not included because it needs special handling.
263SUBDIR = lib-src src 263SUBDIR = lib-src src
264 264
265# The makefiles of the directories in $SUBDIR. 265# The subdir makefiles created by config.status.
266SUBDIR_MAKEFILES = lib-src/Makefile doc/emacs/Makefile doc/misc/Makefile doc/lispref/Makefile doc/lispintro/Makefile src/Makefile oldXMenu/Makefile lwlib/Makefile leim/Makefile 266SUBDIR_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
267 267
268# Subdirectories to install, and where they'll go. 268# Subdirectories to install, and where they'll go.
269# lib-src's makefile knows how to install it, so we don't do that here. 269# 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
370leim/Makefile: $(srcdir)/leim/Makefile.in config.status 370leim/Makefile: $(srcdir)/leim/Makefile.in config.status
371 ./config.status 371 ./config.status
372 372
373lisp/Makefile: $(srcdir)/lisp/Makefile.in config.status
374 ./config.status
375
373# ==================== Installation ==================== 376# ==================== Installation ====================
374 377
375## If we let lib-src do its own installation, that means we 378## If we let lib-src do its own installation, that means we