diff options
| -rw-r--r-- | Makefile.in | 7 |
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 | ||
| 549 | TAGS tags: lib-src src | 549 | TAGS 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 | ||
| 555 | check: | 554 | check: |
| 556 | @echo "We don't have any tests for GNU Emacs yet." | 555 | @echo "We don't have any tests for GNU Emacs yet." |