(TAGS tags): Simply refer this to the src subdir.

This commit is contained in:
Richard M. Stallman 1997-09-03 23:08:18 +00:00
parent 994de0acdf
commit a383fece3e

View file

@ -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."