diff options
author | Jim Blandy <jimb@red-bean.com> | 1996-10-11 07:48:44 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1996-10-11 07:48:44 +0000 |
commit | f0bfd97ebbbfd740263c26987761b95628f68260 (patch) | |
tree | 24a3eb47f63cb63ff7b724e363c4846bd48b73e2 | |
parent | 8828ddcab9c5734b4ed1094e4bda76232aeae20a (diff) | |
download | guile-f0bfd97ebbbfd740263c26987761b95628f68260.tar.gz |
* Makefile.in (TAGS tags): Find the source files in $srcdir.
-rw-r--r-- | Makefile.in | 2 |
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 |