summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-03 23:08:18 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-03 23:08:18 +0000
commitd44d2d7ce84a97fce842f6b4022698a153fc95fa (patch)
tree87f0cf20bb085aace641c87f9a13349a75521d39 /Makefile.in
parent579d26db5fe5d3d7a6cb352cc266bbb1120163e4 (diff)
downloademacs-d44d2d7ce84a97fce842f6b4022698a153fc95fa.tar.gz
(TAGS tags): Simply refer this to the src subdir.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index ac919620e57..5ae191d5fd6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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."