diff options
| author | Richard M. Stallman | 1994-05-12 02:21:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-12 02:21:17 +0000 |
| commit | 928cf89526dca3d63ba7e2a20f0e85fbe0298f15 (patch) | |
| tree | 1b5fe330aa89ca37dc0a530168d613514d67eaba | |
| parent | e290aebbf9fe01ac79e72d43013f6cf802e33694 (diff) | |
| download | emacs-928cf89526dca3d63ba7e2a20f0e85fbe0298f15.tar.gz emacs-928cf89526dca3d63ba7e2a20f0e85fbe0298f15.zip | |
(TAGS): Use the makefile in src subdir.
| -rw-r--r-- | Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 77437d00c20..092a460ce40 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -487,8 +487,7 @@ relock: | |||
| 487 | (cd src; $(MAKE) $(MFLAGS) relock) | 487 | (cd src; $(MAKE) $(MFLAGS) relock) |
| 488 | 488 | ||
| 489 | TAGS tags: lib-src | 489 | TAGS tags: lib-src |
| 490 | (cd ${srcdir}/src; \ | 490 | cd ${srcdir}/src; $(MAKE) tags |
| 491 | ../lib-src/etags *.[ch] ../lisp/*.el ../lisp/term/*.el) | ||
| 492 | 491 | ||
| 493 | check: | 492 | check: |
| 494 | @echo "We don't have any tests for GNU Emacs yet." | 493 | @echo "We don't have any tests for GNU Emacs yet." |