# HG changeset patch # User Richard M. Stallman # Date 873328098 0 # Node ID 6bf6679152c5e8b13e177bf355ffd972b02ed994 # Parent ecbb06adc6690b3c7a97593793d1d9bb4b82db66 (TAGS tags): Simply refer this to the src subdir. diff -r ecbb06adc669 -r 6bf6679152c5 Makefile.in --- a/Makefile.in Wed Sep 03 23:02:21 1997 +0000 +++ b/Makefile.in Wed Sep 03 23:08:18 1997 +0000 @@ -547,10 +547,9 @@ (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."