1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 13:00:26 +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: TAGS tags:
etags \ etags \
--regex='/SCM_PROC[^"]*"[^"]*"/' \ --regex='/SCM_PROC[^"]*"[^"]*"/' \
`find . -name '*.[ch]' -o -name '*.scm'` `find ${srcdir} -name '*.[ch]' -o -name '*.scm'`
#`info' #`info'
# Generate any info files needed. The best way to write the rules # Generate any info files needed. The best way to write the rules