(TAGS tags): Simply refer this to the src subdir.
This commit is contained in:
parent
994de0acdf
commit
a383fece3e
1 changed files with 3 additions and 4 deletions
|
@ -547,10 +547,9 @@ relock:
|
|||
(cd src; $(MAKE) $(MFLAGS) relock)
|
||||
|
||||
TAGS tags: lib-src src
|
||||
export EMACSDIR; EMACSDIR=`pwd`/src; \
|
||||
export EMACS; EMACS=`pwd`/src/emacs; \
|
||||
cd ${srcdir}/src; \
|
||||
$(MAKE) tags -f $$EMACSDIR/Makefile
|
||||
# The src subdir knows how to do the right thing
|
||||
# even when the build directory and source dir are different.
|
||||
cd src; $(MAKE) tags
|
||||
|
||||
check:
|
||||
@echo "We don't have any tests for GNU Emacs yet."
|
||||
|
|
Loading…
Add table
Reference in a new issue