comparison Makefile.in @ 35537:272a444136b8

(tags): Fix typo.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 25 Jan 2001 11:42:55 +0000
parents b518b83f61f0
children a2006be1b1a7
comparison
equal deleted inserted replaced
35536:8fd344794fc0 35537:272a444136b8
604 (cd lwlib; chmod u+w *.[ch] Makefile README) 604 (cd lwlib; chmod u+w *.[ch] Makefile README)
605 (cd src; $(MAKE) $(MFLAGS) relock) 605 (cd src; $(MAKE) $(MFLAGS) relock)
606 606
607 # The src subdir knows how to do the right thing 607 # The src subdir knows how to do the right thing
608 # even when the build directory and source dir are different. 608 # even when the build directory and source dir are different.
609 TAGS tags: 609 TAGS tags: lib-src src
610 lib-src src
611 cd src; $(MAKE) tags 610 cd src; $(MAKE) tags
612 611
613 check: 612 check:
614 @echo "We don't have any tests for GNU Emacs yet." 613 @echo "We don't have any tests for GNU Emacs yet."
615 614