mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 15:52:00 -08:00
(lispdir): New variable, referring to build dir.
(TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
This commit is contained in:
parent
37778b6318
commit
99b7e54396
1 changed files with 2 additions and 1 deletions
|
|
@ -53,6 +53,7 @@ libsrc = $(dot)$(dot)/lib-src/
|
|||
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 @@ TAGS: $(srcdir)/$(ctagsfiles1) $(srcdir)/$(ctagsfiles2)
|
|||
$(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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue