Mercurial > emacs
changeset 41654:bcda42f1f3db
(lispdir): New variable, referring to build dir.
(TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 29 Nov 2001 00:52:02 +0000 |
parents | 539c02b5cd0c |
children | fccc74affd73 |
files | src/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Thu Nov 29 00:50:17 2001 +0000 +++ b/src/Makefile.in Thu Nov 29 00:52:02 2001 +0000 @@ -53,6 +53,7 @@ etc = $(dot)$(dot)/etc/ oldXMenudir = $(dot)$(dot)/oldXMenu/ lwlibdir = $(dot)$(dot)/lwlib/ +lispdir = $(dot)$(dot)/lisp/ # Configuration files for .o files to depend on. M_FILE = ${srcdir}/@machfile@ @@ -1198,7 +1199,7 @@ $(srcdir)/$(ctagsfiles1) $(srcdir)/$(ctagsfiles2) frc: TAGS-LISP: frc - $(MAKE) -f ${lispsource}Makefile TAGS-LISP ETAGS=../lib-src/etags + $(MAKE) -f ${lispdir}Makefile TAGS-LISP ETAGS=../lib-src/etags $(lwlibdir)TAGS: (cd $(lwlibdir); $(MAKE) -f $(lwlibdir)Makefile tags ETAGS=../lib-src/etags)