From: Richard M. Stallman Date: Wed, 3 Sep 1997 23:08:18 +0000 (+0000) Subject: (TAGS tags): Simply refer this to the src subdir. X-Git-Tag: emacs-20.1~209 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a383fece3ec1dfd37b25a9cab2987a26cb507806;p=emacs.git (TAGS tags): Simply refer this to the src subdir. --- 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."