]> git.eshelyaron.com Git - emacs.git/commitdiff
(TAGS): Find the source files in $(srcdir).
authorRichard M. Stallman <rms@gnu.org>
Thu, 29 Nov 2001 00:45:10 +0000 (00:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 29 Nov 2001 00:45:10 +0000 (00:45 +0000)
lwlib/Makefile.in

index 7a3eb8fd815762d64d395ebe736b87b67cca4bac..51b13040b9c14ca1a3f6da935d7e4ca275d17f05 100644 (file)
@@ -70,6 +70,6 @@ distclean: clean
 maintainer-clean: distclean
 
 TAGS:
-       ../lib-src/etags -t *.[ch]
+       ../lib-src/etags -t $(srcdir)/*.[ch]
 tags: TAGS
 .PHONY: tags