emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/Makefile.in,v


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/Makefile.in,v
Date: Fri, 28 Mar 2008 09:58:36 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 08/03/28 09:58:35

Index: Makefile.in
===================================================================
RCS file: /sources/emacs/emacs/Makefile.in,v
retrieving revision 1.343
retrieving revision 1.344
diff -u -b -r1.343 -r1.344
--- Makefile.in 11 Mar 2008 04:28:40 -0000      1.343
+++ Makefile.in 28 Mar 2008 09:58:35 -0000      1.344
@@ -262,8 +262,8 @@
 # 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 @@
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]