From: Richard M. Stallman Date: Thu, 29 Nov 2001 00:45:10 +0000 (+0000) Subject: (TAGS): Find the source files in $(srcdir). X-Git-Tag: ttn-vms-21-2-B4~18057 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fe2014cd30ce1a361e8ab4fd0635ab2bd969f0f9;p=emacs.git (TAGS): Find the source files in $(srcdir). --- diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in index 7a3eb8fd815..51b13040b9c 100644 --- a/lwlib/Makefile.in +++ b/lwlib/Makefile.in @@ -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