changeset 41650:73ea0939f695

(TAGS): Find the source files in $(srcdir).
author Richard M. Stallman <rms@gnu.org>
date Thu, 29 Nov 2001 00:45:10 +0000
parents 41d73d9565de
children 01caeff5df7a
files lwlib/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lwlib/Makefile.in	Wed Nov 28 23:55:08 2001 +0000
+++ b/lwlib/Makefile.in	Thu Nov 29 00:45:10 2001 +0000
@@ -70,6 +70,6 @@
 maintainer-clean: distclean
 
 TAGS:
-	../lib-src/etags -t *.[ch]
+	../lib-src/etags -t $(srcdir)/*.[ch]
 tags: TAGS
 .PHONY: tags