diff lwlib/Makefile.in @ 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 4205afb9033f
children 1cea8c8f73cb
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