comparison Makefile.in @ 19739:6bf6679152c5

(TAGS tags): Simply refer this to the src subdir.
author Richard M. Stallman <rms@gnu.org>
date Wed, 03 Sep 1997 23:08:18 +0000
parents 40bed12c4f2e
children d44bb51c42b5
comparison
equal deleted inserted replaced
19738:ecbb06adc669 19739:6bf6679152c5
545 (cd oldXMenu; chmod u+w *.[ch] Makefile README) 545 (cd oldXMenu; chmod u+w *.[ch] Makefile README)
546 (cd lwlib; chmod u+w *.[ch] Makefile README) 546 (cd lwlib; chmod u+w *.[ch] Makefile README)
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."
557 556
558 dist: 557 dist: