mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
* Makefile.in (TAGS tags): Find the source files in $srcdir.
This commit is contained in:
parent
8828ddcab9
commit
f0bfd97ebb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue