1
Fork 0
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:
Jim Blandy 1996-10-11 07:48:44 +00:00
parent 8828ddcab9
commit f0bfd97ebb

View file

@ -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