aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-09-03 23:08:18 +0000
committerRichard M. Stallman1997-09-03 23:08:18 +0000
commita383fece3ec1dfd37b25a9cab2987a26cb507806 (patch)
treedff6ac078b8d90f55a76d6c666767c3cd579adbf
parent994de0acdf20d9c7c92af4af7ccbead27ab6fe50 (diff)
downloademacs-a383fece3ec1dfd37b25a9cab2987a26cb507806.tar.gz
emacs-a383fece3ec1dfd37b25a9cab2987a26cb507806.zip
(TAGS tags): Simply refer this to the src subdir.
-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:
547 (cd src; $(MAKE) $(MFLAGS) relock) 547 (cd src; $(MAKE) $(MFLAGS) relock)
548 548
549TAGS tags: lib-src src 549TAGS tags: lib-src src
550 export EMACSDIR; EMACSDIR=`pwd`/src; \ 550 # The src subdir knows how to do the right thing
551 export EMACS; EMACS=`pwd`/src/emacs; \ 551 # even when the build directory and source dir are different.
552 cd ${srcdir}/src; \ 552 cd src; $(MAKE) tags
553 $(MAKE) tags -f $$EMACSDIR/Makefile
554 553
555check: 554check:
556 @echo "We don't have any tests for GNU Emacs yet." 555 @echo "We don't have any tests for GNU Emacs yet."