diff options
| author | Richard M. Stallman | 1997-09-03 23:08:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-09-03 23:08:18 +0000 |
| commit | a383fece3ec1dfd37b25a9cab2987a26cb507806 (patch) | |
| tree | dff6ac078b8d90f55a76d6c666767c3cd579adbf | |
| parent | 994de0acdf20d9c7c92af4af7ccbead27ab6fe50 (diff) | |
| download | emacs-a383fece3ec1dfd37b25a9cab2987a26cb507806.tar.gz emacs-a383fece3ec1dfd37b25a9cab2987a26cb507806.zip | |
(TAGS tags): Simply refer this to the src subdir.
| -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." |