# HG changeset patch # User Richard M. Stallman # Date 1006994710 0 # Node ID 73ea0939f695f6bd2d7838a8acc670b1a8ddd6c5 # Parent 41d73d9565de6b6eeb7dc3ee071a302c79b074e9 (TAGS): Find the source files in $(srcdir). diff -r 41d73d9565de -r 73ea0939f695 lwlib/Makefile.in --- 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