summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1996-10-11 07:48:44 +0000
committerJim Blandy <jimb@red-bean.com>1996-10-11 07:48:44 +0000
commitf0bfd97ebbbfd740263c26987761b95628f68260 (patch)
tree24a3eb47f63cb63ff7b724e363c4846bd48b73e2
parent8828ddcab9c5734b4ed1094e4bda76232aeae20a (diff)
downloadguile-f0bfd97ebbbfd740263c26987761b95628f68260.tar.gz
* Makefile.in (TAGS tags): Find the source files in $srcdir.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index cb071e9ae..ff7b79f4a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -169,7 +169,7 @@ realclean:
TAGS tags:
etags \
--regex='/SCM_PROC[^"]*"[^"]*"/' \
- `find . -name '*.[ch]' -o -name '*.scm'`
+ `find ${srcdir} -name '*.[ch]' -o -name '*.scm'`
#`info'
# Generate any info files needed. The best way to write the rules